mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): remove accidental change to zFieldInput schema
This commit is contained in:
@@ -33,7 +33,7 @@ import { zBoardField, zColorField, zImageField, zModelIdentifierField, zSchedule
|
||||
/** */
|
||||
|
||||
// #region Base schemas & misc
|
||||
const zFieldInput = z.enum(['connection', 'direct', 'any', 'batch']);
|
||||
const zFieldInput = z.enum(['connection', 'direct', 'any']);
|
||||
const zFieldUIComponent = z.enum(['none', 'textarea', 'slider']);
|
||||
const zFieldInputInstanceLinearViewConfigBase = z.object({
|
||||
notesDisplay: z.enum(['none', 'helper-text', 'icon-with-popover']).nullish(),
|
||||
|
||||
Reference in New Issue
Block a user