mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix: enums derivable from code
This commit is contained in:
@@ -69,10 +69,6 @@ export function argSigToJsonSchemaType(
|
||||
const preservedFields = [
|
||||
'description',
|
||||
'pattern',
|
||||
'default',
|
||||
'enum',
|
||||
'format',
|
||||
'items',
|
||||
'min',
|
||||
'max',
|
||||
'currency',
|
||||
@@ -83,7 +79,6 @@ export function argSigToJsonSchemaType(
|
||||
'showExpr',
|
||||
'password',
|
||||
'order',
|
||||
'nullable',
|
||||
'dateFormat',
|
||||
'title',
|
||||
'placeholder'
|
||||
|
||||
Reference in New Issue
Block a user