diff --git a/xroom-dashboard/src/components/CreateMeetingModal.vue b/xroom-dashboard/src/components/CreateMeetingModal.vue index be8a99d..d180f5b 100644 --- a/xroom-dashboard/src/components/CreateMeetingModal.vue +++ b/xroom-dashboard/src/components/CreateMeetingModal.vue @@ -385,6 +385,7 @@ @@ -568,6 +569,7 @@ export default { this.$emit('close'); this.resetForm(); }, + resetForm() { this.form = { title: '', @@ -644,6 +646,7 @@ export default { }; + + + \ No newline at end of file diff --git a/xroom-dashboard/src/components/RoomSelectionModal.vue b/xroom-dashboard/src/components/RoomSelectionModal.vue index e2b3efe..a4883c9 100644 --- a/xroom-dashboard/src/components/RoomSelectionModal.vue +++ b/xroom-dashboard/src/components/RoomSelectionModal.vue @@ -1,4 +1,3 @@ -