Add multiselect option to form step (#18979)
<img width="415" height="462" alt="Capture d’écran 2026-03-25 à 18 10 06" src="https://github.com/user-attachments/assets/e5157636-25ea-41b9-ae13-8f64a24cbd5e" /> <img width="415" height="462" alt="Capture d’écran 2026-03-25 à 18 10 12" src="https://github.com/user-attachments/assets/5811848f-1ce6-4c09-9563-61f906968888" />
This commit is contained in:
@@ -14,6 +14,7 @@ export const workflowFormActionSettingsSchema =
|
||||
z.literal(FieldMetadataType.NUMBER),
|
||||
z.literal(FieldMetadataType.DATE),
|
||||
z.literal(FieldMetadataType.SELECT),
|
||||
z.literal(FieldMetadataType.MULTI_SELECT),
|
||||
z.literal('RECORD'),
|
||||
]),
|
||||
placeholder: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user