From 353beffdf3b2c580793701212c329ecffab97b33 Mon Sep 17 00:00:00 2001 From: TADJO TAKIANPI Yves Constantin <yves.tadjo-takianpi@inria.fr> Date: Thu, 11 Mar 2021 06:02:27 +0100 Subject: [PATCH] Update ModalAddTags.vue --- front/vue/components/ModalAddTags.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/front/vue/components/ModalAddTags.vue b/front/vue/components/ModalAddTags.vue index 4993fba8..f8530380 100644 --- a/front/vue/components/ModalAddTags.vue +++ b/front/vue/components/ModalAddTags.vue @@ -67,15 +67,6 @@ export default { return this.$store.state.documentslist.form_field_errors; } }, - /* - watch: { - "$store.state.documentslist.customstags": { - handler: function(nv) { - this.docustomstagscid = this.$store.state.documentslist.maptags - }, - immediate: true - } - },*/ methods: { async assigntag(){ await this.$store.dispatch('documentslist/assigntags', this.buildjsondata()); @@ -107,4 +98,4 @@ export default { </script> <style scoped> -</style> \ No newline at end of file +</style> -- GitLab