Skip to content

Commit

Permalink
instertitial
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Feb 7, 2024
1 parent 68f7d58 commit ac46e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/renderer/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default {
this.spin = 0;
const instance = response.data;
this.$cookies.set("fromTriggerStartEvent", true, "1min");
window.location = `/requests/${instance.id}?fromRedirect=true`;
window.location = `/requests/${instance.id}?fromTriggerStartEvent=`;
})
.catch((err) => {
this.disabled = false;
Expand Down

0 comments on commit ac46e3b

Please sign in to comment.