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

This commit is contained in:
web@ppanel 2025-02-09 22:06:29 +07:00
parent 28813d2d3a
commit c940f3c209

View File

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