diff --git a/client/src/definitions.ts b/client/src/definitions.ts index 3e377cf..b7d4124 100644 --- a/client/src/definitions.ts +++ b/client/src/definitions.ts @@ -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({ }),