Skip to content

Commit

Permalink
fix problem with entrypointsCard
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson committed Jan 21, 2021
1 parent dfa5132 commit 032a621
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Cards/EntrypointsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ export default {
this.$emit('selected', newVal)
}
},
deep: true,
immediate: true,
}
},
created() {
if (typeof this.selectedOutside === "number") {
this.selected = this.selectedOutside
}
},
data() {
Expand Down

0 comments on commit 032a621

Please sign in to comment.