bill 3 anni fa
parent
commit
4c6acb3350
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/views/merge/index.vue

+ 0 - 1
src/views/merge/index.vue

@@ -101,7 +101,6 @@ const currentItem = ref<ActionsItem | null>(null)
 watchEffect(() => {
   if (!custom.currentModel) {
     currentItem.value = null
-    
   }
 })