Skip to content

Commit

Permalink
Merge pull request #752 from webitel/fix/flow-opening
Browse files Browse the repository at this point in the history
fix: flow opening fix [WTEL-5027]
  • Loading branch information
VladimirBeria authored Aug 28, 2024
2 parents 8672c3a + 7f7d37b commit 02431ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
value: false,
});
}
this.$router.push({
const route = this.$router.resolve({
name: `${RouteNames.FLOW}-card`,
params: { id: 'new' },
query: {
Expand Down

0 comments on commit 02431ae

Please sign in to comment.