Skip to content

Commit

Permalink
refactor: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Dec 10, 2024
1 parent 2bda4a9 commit ae0986b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/FilterGroupActions.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<script setup>
import { QuestionMarkCircleIcon, XCircleIcon } from '@heroicons/vue/20/solid';
import AppButton from '../components/AppButton.vue';
import i18n from '../i18n';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { t } = i18n.global;
const props = defineProps({
deletable: { type: Boolean, default: true },
Expand Down

0 comments on commit ae0986b

Please sign in to comment.