diff --git a/front/vue/components/ModalAddTags.vue b/front/vue/components/ModalAddTags.vue
index 4993fba8a0763e160c7ce18565d38ac821c37943..f85303803246056e25f617e5aca26b7c1c1256da 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>