🐛 fix(auth-control): Fix citation error for platform values
This commit is contained in:
parent
2d1effb7ab
commit
28813d2d3a
@ -200,7 +200,7 @@ export default function Page() {
|
||||
</TableCell>
|
||||
<TableCell className='flex items-center gap-1 text-right'>
|
||||
<Select
|
||||
value={data?.platform}
|
||||
value={data?.config?.platform}
|
||||
onValueChange={(value) =>
|
||||
updateConfig('config', {
|
||||
...data?.config,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user