We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eaf5b commit e776dfbCopy full SHA for e776dfb
libs/web-flow-executor/src/nodes/scoped-variable.ts
@@ -679,6 +679,7 @@ export const getScopedVariable =
679
{
680
fieldType: FormFieldType.Text,
681
fieldName: 'initialValue',
682
+ label: 'Initial value',
683
conditions: {
684
visibility: (values: any) => {
685
return values?.fieldType !== 'enum';
@@ -702,6 +703,7 @@ export const getScopedVariable =
702
703
704
fieldType: FormFieldType.Select,
705
fieldName: 'initialEnumValue',
706
707
708
709
return values?.fieldType === 'enum';
0 commit comments