Explorar o código

fix: eslint errors

0xJacky hai 1 ano
pai
achega
30f75ff7cd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 table = ref()
 
 
+const inspect_config = ref()
+
 function enable(name: string) {
 function enable(name: string) {
   domain.enable(name).then(() => {
   domain.enable(name).then(() => {
     message.success($gettext('Enabled successfully'))
     message.success($gettext('Enabled successfully'))
@@ -92,8 +94,6 @@ function handle_click_duplicate(name: string) {
   target.value = name
   target.value = name
 }
 }
 
 
-const inspect_config = ref()
-
 const route = useRoute()
 const route = useRoute()
 
 
 watch(route, () => {
 watch(route, () => {