From 9181c3d7bc1caf0ab038fd5e1ce69e97187cf396 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 20 Aug 2025 16:03:09 +0200 Subject: [PATCH] Remove unused import from zodFormUtils.ts --- webui/src/lib/zodFormUtils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/src/lib/zodFormUtils.ts b/webui/src/lib/zodFormUtils.ts index 2e09b9c..660c609 100644 --- a/webui/src/lib/zodFormUtils.ts +++ b/webui/src/lib/zodFormUtils.ts @@ -1,5 +1,4 @@ import { type CreateInstanceOptions, getAllFieldKeys } from '@/schemas/instanceOptions' -import { on } from 'events' // Only define the basic fields we want to show by default export const basicFieldsConfig: Record