adjust client definitions

This commit is contained in:
Samuel Lorch 2023-10-29 22:05:41 +01:00
parent 7fcf84f62e
commit 8c82d26fcf

View file

@ -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({
}), }),