diff --git a/webui/src/lib/zodFormUtils.ts b/webui/src/lib/zodFormUtils.ts index 5a964bb..2e09b9c 100644 --- a/webui/src/lib/zodFormUtils.ts +++ b/webui/src/lib/zodFormUtils.ts @@ -1,4 +1,5 @@ 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