diff --git a/xroom-dashboard/package.json b/xroom-dashboard/package.json
index fa70280..35ceabe 100644
--- a/xroom-dashboard/package.json
+++ b/xroom-dashboard/package.json
@@ -52,7 +52,8 @@
"parser": "@babel/eslint-parser"
},
"rules": {
- "vue/multi-word-component-names": "off"
+ "vue/multi-word-component-names": "off",
+ "vue/no-mutating-props": "off"
}
},
"browserslist": [
diff --git a/xroom-dashboard/src/components/CreateMeetingModal.vue b/xroom-dashboard/src/components/CreateMeetingModal.vue
index da36d5b..0d7ab24 100644
--- a/xroom-dashboard/src/components/CreateMeetingModal.vue
+++ b/xroom-dashboard/src/components/CreateMeetingModal.vue
@@ -1,5 +1,5 @@
-
- - + + {{ meeting.type }}
diff --git a/xroom-dashboard/src/pages/dashboard/team.vue b/xroom-dashboard/src/pages/dashboard/team.vue index c9457d5..41ca7dc 100644 --- a/xroom-dashboard/src/pages/dashboard/team.vue +++ b/xroom-dashboard/src/pages/dashboard/team.vue @@ -273,21 +273,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -