mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-16 05:11:10 -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>
|
||||||
<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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user