🐛 fix(auth-control): Fix citation error for platform values

This commit is contained in:
web@ppanel 2025-02-09 21:12:26 +07:00
parent 2d1effb7ab
commit 28813d2d3a

View File

@ -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,