Skip to content

Commit 7fc89e7

Browse files
committed
fix: add missing debounce import
1 parent 67baf10 commit 7fc89e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/spa/src/components/Filters.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ import { getCustomComponent } from '@/utils';
161161
import Input from '@/afcl/Input.vue';
162162
import Select from '@/afcl/Select.vue';
163163
import Spinner from '@/afcl/Spinner.vue';
164+
import debounce from 'debounce';
164165
165166
const filtersStore = useFiltersStore();
166167
const { t } = useI18n();

0 commit comments

Comments
 (0)