We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458fe1b commit 7a744daCopy full SHA for 7a744da
forms-flow-web/src/routes/Design/Forms/FormEdit.js
@@ -2036,7 +2036,7 @@ const saveFormWithWorkflow = async () => {
2036
handleTabClick('form', 'settings');
2037
} else if (key === 'history') {
2038
if (activeTab.primary === 'form') {
2039
- handleTabClick('bpmn', 'history');
+ handleTabClick('form', 'history');
2040
} else if (activeTab.primary === 'bpmn') {
2041
handleTabClick('bpmn', 'history');
2042
}
0 commit comments