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