Skip to content

Commit

Permalink
⚡ Fix issue that tab-title did not get reset on new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janober committed Jan 17, 2021
1 parent d8f175a commit 699d0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/MainSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ export default mixins(
type: 'success',
});
}
this.$titleReset();
} else if (key === 'credentials-open') {
this.credentialOpenDialogVisible = true;
} else if (key === 'credentials-new') {
Expand Down

0 comments on commit 699d0a8

Please sign in to comment.