refactor: set false

This commit is contained in:
Thanaphon Frappet 2024-11-04 15:41:05 +07:00
parent 3f414b156a
commit 4c65515ba7

View file

@ -25,7 +25,7 @@ const props = defineProps<{
const userStore = useUserStore();
const optionStore = useOptionStore();
const modelByArea = ref<boolean>(true);
const modelByArea = ref<boolean>(false);
const userInTable = defineModel<WorkflowUserInTable[]>('userInTable', {
default: [],