Browse Source

fix: eslint errors

0xJacky 1 năm trước cách đây
mục cha
commit
30f75ff7cd
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/src/views/domain/DomainList.vue

+ 2 - 2
app/src/views/domain/DomainList.vue

@@ -53,6 +53,8 @@ const columns: Column[] = [{
 
 const table = ref()
 
+const inspect_config = ref()
+
 function enable(name: string) {
   domain.enable(name).then(() => {
     message.success($gettext('Enabled successfully'))
@@ -92,8 +94,6 @@ function handle_click_duplicate(name: string) {
   target.value = name
 }
 
-const inspect_config = ref()
-
 const route = useRoute()
 
 watch(route, () => {