Skip to content

Commit

Permalink
remove unused watch import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Jun 4, 2024
1 parent f3ed250 commit 5b8e902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Common/FilterMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { faAngleDoubleUp, faQuestion, faSearch } from "@fortawesome/free-solid-s
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
import { BButton, BModal, BPopover } from "bootstrap-vue";
import { kebabCase } from "lodash";
import { computed, ref, set, watch } from "vue";
import { computed, ref, set } from "vue";
import type Filtering from "@/utils/filtering";
import { type Alias, type ErrorType, getOperatorForAlias, type ValidFilter } from "@/utils/filtering";
Expand Down

0 comments on commit 5b8e902

Please sign in to comment.