mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
adjust client definitions
This commit is contained in:
parent
7fcf84f62e
commit
8c82d26fcf
1 changed files with 2 additions and 2 deletions
|
@ -378,9 +378,9 @@ export const editTypes: { [key: string]: { [key: string]: any } } = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'system': {
|
'system': {
|
||||||
name: 'System',
|
name: 'system',
|
||||||
'users': {
|
'users': {
|
||||||
name: 'User',
|
name: 'user',
|
||||||
validationSchema: toFormValidator(
|
validationSchema: toFormValidator(
|
||||||
zod.object({
|
zod.object({
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Reference in a new issue