Skip to content

Commit

Permalink
link modal to schedule builder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew J Xu committed Feb 29, 2024
1 parent 8346629 commit 036172f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ export default defineComponent({
this.menuOpen = false;
},
openProfile() {
this.menuOpen = false;
this.$emit('openProfile');
},
openGeneratedSchedule() {
this.menuOpen = false;
this.$emit('openGeneratedSchedule');

Check failure on line 136 in src/components/NavBar.vue

View workflow job for this annotation

GitHub Actions / check

Argument of type '"openGeneratedSchedule"' is not assignable to parameter of type '"openPlan" | "openTools" | "toggleRequirementsMobile" | "openProfile" | "openScheduleGenerate"'.
},
Expand Down

0 comments on commit 036172f

Please sign in to comment.