Skip to content

Commit 3594fda

Browse files
committed
feat: add show_default_value attribute to input field in UserFieldFormDialog
1 parent 83140b5 commit 3594fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/base-node/component/UserFieldFormDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const currentRow = computed(() => {
117117
return currentItem.value
118118
}
119119
} else {
120-
return { input_type: 'TextInput', required: false, attrs: { maxlength: 200, minlength: 0 } }
120+
return { input_type: 'TextInput', required: false, attrs: { maxlength: 200, minlength: 0 }, show_default_value: true }
121121
}
122122
})
123123
const currentIndex = ref(null)

0 commit comments

Comments
 (0)