mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
🐛 fix(auth-control): Fix citation error for platform values
This commit is contained in:
parent
28813d2d3a
commit
c940f3c209
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user