Browse Source

fix: eslint errors

0xJacky 1 year ago
parent
commit
30f75ff7cd
1 changed files with 2 additions and 2 deletions
  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, () => {