Skip to content

Commit 2fd1464

Browse files
committed
fix: required default false
--bug=1050885 --user=刘瑞斌 【应用编排】添加用户输入参数,直接触发默认值必填校验 https://www.tapd.cn/57709429/s/1638132
1 parent d39d480 commit 2fd1464

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
@@ -110,7 +110,7 @@ const currentRow = computed(() => {
110110
return currentItem.value
111111
}
112112
} else {
113-
return { input_type: 'TextInput', required: true, attrs: { maxlength: 20, minlength: 0 } }
113+
return { input_type: 'TextInput', required: false, attrs: { maxlength: 20, minlength: 0 } }
114114
}
115115
})
116116
const currentIndex = ref(null)

0 commit comments

Comments
 (0)