diff --git a/resources/assets/vue/components/general/forms/RemarkCommentFormComponent.vue b/resources/assets/vue/components/general/forms/RemarkCommentFormComponent.vue index 0bada956..ed35250c 100644 --- a/resources/assets/vue/components/general/forms/RemarkCommentFormComponent.vue +++ b/resources/assets/vue/components/general/forms/RemarkCommentFormComponent.vue @@ -50,7 +50,8 @@ this.$emit('submit') }, successHandler(response){ - this.content = ''; + this.parameters.content = ''; + this.closeModal(); } }, mixins: [modalFormHandler]