Skip to content

Commit e776dfb

Browse files
committed
Initial values label
1 parent e8eaf5b commit e776dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/web-flow-executor/src/nodes/scoped-variable.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ export const getScopedVariable =
679679
{
680680
fieldType: FormFieldType.Text,
681681
fieldName: 'initialValue',
682+
label: 'Initial value',
682683
conditions: {
683684
visibility: (values: any) => {
684685
return values?.fieldType !== 'enum';
@@ -702,6 +703,7 @@ export const getScopedVariable =
702703
{
703704
fieldType: FormFieldType.Select,
704705
fieldName: 'initialEnumValue',
706+
label: 'Initial value',
705707
conditions: {
706708
visibility: (values: any) => {
707709
return values?.fieldType === 'enum';

0 commit comments

Comments
 (0)