bill 3 лет назад
Родитель
Сommit
4c6acb3350
1 измененных файлов с 0 добавлено и 1 удалено
  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
-    
   }
 })