diff --git a/web/src/components/CollapsableCards.vue b/web/src/components/CollapsableCards.vue index de09afe..14f0bc9 100644 --- a/web/src/components/CollapsableCards.vue +++ b/web/src/components/CollapsableCards.vue @@ -47,6 +47,7 @@ diff --git a/web/src/components/Navbar.vue b/web/src/components/Navbar.vue index 46b4ff8..0acf387 100644 --- a/web/src/components/Navbar.vue +++ b/web/src/components/Navbar.vue @@ -123,7 +123,6 @@ export default { }, methods: { ...mapActions(['changeEvent', 'changeView', 'searchEventItems']), - ...mapMutations(['logout']), navigateTo(link) { if (this.$router.currentRoute.path !== link) this.$router.push(link); diff --git a/web/src/components/TimelineMail.vue b/web/src/components/TimelineMail.vue index 0c0f6f7..8033805 100644 --- a/web/src/components/TimelineMail.vue +++ b/web/src/components/TimelineMail.vue @@ -87,6 +87,7 @@ export default { methods: { openLightboxModalWith(attachment) { this.lightboxHash = attachment.hash; + console.log(this.lightboxHash); }, closeLightboxModal() { // Closes the editing modal and discards the edited copy of the item. this.lightboxHash = null; diff --git a/web/src/components/inputs/InputPhoto.vue b/web/src/components/inputs/InputPhoto.vue index e50033b..5b022d5 100644 --- a/web/src/components/inputs/InputPhoto.vue +++ b/web/src/components/inputs/InputPhoto.vue @@ -3,7 +3,7 @@ Image not available.