Skip to content

Commit

Permalink
fix: flow opening fix [WTEL-5027]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Aug 28, 2024
1 parent 8672c3a commit 7f7d37b
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 7f7d37b

Please sign in to comment.