mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 10:38:20 +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': {
|
||||
name: 'System',
|
||||
name: 'system',
|
||||
'users': {
|
||||
name: 'User',
|
||||
name: 'user',
|
||||
validationSchema: toFormValidator(
|
||||
zod.object({
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue