🐛 fix(auth-control): Fix citation error for platform values
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user