refactor: ตั้งdefault การแสดงเป็น list

This commit is contained in:
Net 2024-07-09 11:58:51 +07:00
parent d7e24e9641
commit 3354ac9dc1
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ const defaultFormData = {
checkpointEN: null,
};
const modeView = ref(true);
const modeView = ref(false);
const fieldSelectedOption = ref<{ label: string; value: string }[]>([
{