From df7ecfcdcfc60d5d7f92fe32c75886c18d7ac0de Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 27 Sep 2024 15:21:31 +0700 Subject: [PATCH] chore: remove unuse --- src/components/shared/SelectInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/SelectInput.vue b/src/components/shared/SelectInput.vue index 692019f2..df9b2e0a 100644 --- a/src/components/shared/SelectInput.vue +++ b/src/components/shared/SelectInput.vue @@ -3,7 +3,7 @@ import { onMounted, ref, watch } from 'vue'; import { selectFilterOptionRefMod } from 'src/stores/utils'; import { QSelect } from 'quasar'; -const model = defineModel(); +const model = defineModel(); const options = ref[]>([]); let defaultFilter: (