diff --git a/ui/src/views/function-lib/component/FunctionFormDrawer.vue b/ui/src/views/function-lib/component/FunctionFormDrawer.vue index 349a1c89..253b93d5 100644 --- a/ui/src/views/function-lib/component/FunctionFormDrawer.vue +++ b/ui/src/views/function-lib/component/FunctionFormDrawer.vue @@ -237,6 +237,7 @@ watch(visible, (bool) => { input_field_list: [], permission_type: 'PRIVATE' } + FormRef.value?.clearValidate() } })