From 8c82d26fcfc415f804b96b802b37acf054298730 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sun, 29 Oct 2023 22:05:41 +0100 Subject: [PATCH] adjust client definitions --- client/src/definitions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({ }),