Skip to content

Commit

Permalink
fix: setup docId for blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 3, 2025
1 parent 05bbaa4 commit 9499ee2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
default: tagsResponse => Object.fromEntries(tagsResponse.map(tag => [tag.id, tag]))
}
},
mounted() {
this.$store.commit("doc/setDocId", `blueprints.${this.blueprintType}`);
},
data() {
return {
q: undefined,
Expand Down

0 comments on commit 9499ee2

Please sign in to comment.