From fe000b7a6f725fa05670fc40d6d27a7eac5772d7 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 23 Sep 2023 18:07:46 +0800 Subject: [PATCH] Minor UI fix on front end --- .../components/feedback/forms/FeedbackFormComponent.vue | 7 +------ .../sections/AdminFeedbackCustomerSectionComponent.vue | 1 - .../feedback/sections/FeedbackCustomerSectionComponent.vue | 1 - resources/views/partials/menu.blade.php | 2 +- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/resources/assets/vue/components/feedback/forms/FeedbackFormComponent.vue b/resources/assets/vue/components/feedback/forms/FeedbackFormComponent.vue index 81862891..10927094 100644 --- a/resources/assets/vue/components/feedback/forms/FeedbackFormComponent.vue +++ b/resources/assets/vue/components/feedback/forms/FeedbackFormComponent.vue @@ -2,7 +2,7 @@
-
+
@@ -112,11 +112,6 @@ } } }, - computed: { - pendingQueue () { - return this.$store.getters.isInCompleteQueue(this.section); - } - }, created(){ this.$store.dispatch('updateListQueue', {'name': this.section}); }, diff --git a/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue b/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue index 1466305f..7b8f9106 100644 --- a/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue +++ b/resources/assets/vue/components/feedback/sections/AdminFeedbackCustomerSectionComponent.vue @@ -1,6 +1,5 @@