🐛 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>
|
||||||
<TableCell className='flex items-center gap-1 text-right'>
|
<TableCell className='flex items-center gap-1 text-right'>
|
||||||
<Select
|
<Select
|
||||||
value={data?.platform}
|
value={data?.config?.platform}
|
||||||
onValueChange={(value) =>
|
onValueChange={(value) =>
|
||||||
updateConfig('config', {
|
updateConfig('config', {
|
||||||
...data?.config,
|
...data?.config,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user