Skip to content

Commit b7bd6cf

Browse files
committed
fix: add return statement to eachValidate method for improved validation flow
1 parent efe3ad2 commit b7bd6cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/dag/src/mixins/editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,7 @@ export default {
19851985
i18n.t('packages_dag_existDataProcessMode_desc'),
19861986
)
19871987
}
1988+
return true
19881989
},
19891990

19901991
async eachValidate(...fns) {

0 commit comments

Comments
 (0)