SetupAccount: fix set up button disable status

This commit is contained in:
Girish Ramakrishnan
2025-12-01 19:28:41 +01:00
parent 6432851a78
commit e209bdec65
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useI18n } from 'vue-i18n';
const i18n = useI18n();
const t = i18n.t;
import { computed, ref, useTemplateRef, onMounted } from 'vue';
import { ref, useTemplateRef, onMounted } from 'vue';
import { Button, Menu, Checkbox, Dialog, SingleSelect, FormGroup, InputDialog, NumberInput, TableView, TextInput, MaskedInput } from '@cloudron/pankow';
import Section from '../components/Section.vue';
import StateLED from '../components/StateLED.vue';