🐛 fix(auth-control): Fix citation error for platform values
This commit is contained in:
@@ -368,7 +368,7 @@ export default function Page() {
|
||||
</TableCell>
|
||||
<TableCell className='text-right'>
|
||||
<Textarea
|
||||
defaultValue={data?.platform_config?.template ?? ''}
|
||||
defaultValue={data?.config?.platform_config?.template ?? ''}
|
||||
onBlur={(e) =>
|
||||
updateConfig('config', {
|
||||
...data?.config,
|
||||
|
||||
Reference in New Issue
Block a user