Skip to content

Commit 7a744da

Browse files
committed
Fixed incorrect routing in form history button
1 parent 458fe1b commit 7a744da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms-flow-web/src/routes/Design/Forms/FormEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ const saveFormWithWorkflow = async () => {
20362036
handleTabClick('form', 'settings');
20372037
} else if (key === 'history') {
20382038
if (activeTab.primary === 'form') {
2039-
handleTabClick('bpmn', 'history');
2039+
handleTabClick('form', 'history');
20402040
} else if (activeTab.primary === 'bpmn') {
20412041
handleTabClick('bpmn', 'history');
20422042
}

0 commit comments

Comments
 (0)