Skip to content

Commit 4a9590a

Browse files
committed
re compile
1 parent 6eade41 commit 4a9590a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

es/components/multiTabFormWithHeaderV3.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,8 @@ var MultiTabFormWithHeaderV3 = /*#__PURE__*/function (_React$PureComponent) {
687687
if (this.props.isDebug) console.log("multi tab form onConfirm - submit form " + i); //refForm.submit();
688688

689689
refForm.formElement.dispatchEvent(new CustomEvent("submit", {
690-
bubbles: true
690+
bubbles: true,
691+
cancelable: true
691692
})); //refForm.validate();
692693
//refButton.click();
693694
}

0 commit comments

Comments
 (0)