Skip to content

Commit

Permalink
fix(ui): switching from custom Flow blueprints tab to dashboard was n…
Browse files Browse the repository at this point in the history
…ot working
  • Loading branch information
brian-mulier-p committed Feb 3, 2025
1 parent 41149a8 commit 3f2d910
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/override/components/flows/blueprints/Blueprints.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
this.embeddedTab = newTab.name;
},
},
watch: {
tab(newVal) {
this.embeddedTab = newVal;
}
}
};
</script>
Expand Down

0 comments on commit 3f2d910

Please sign in to comment.