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 @@