Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Jan 28, 2024
1 parent e5c3f4a commit 94cc922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/dropdowns/PageSettingsDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ import { getPagePreferences, resetPagePreferences, setPagePreferences } from "@/
import { defineComponent, nextTick } from "vue";
import { useVModel } from "@/utils/v-model";
import { FocusTrap } from "@/utils/focus-trap";
import { AppStatus } from "@/control/app-status";
import ToggleSwitch from "@/components/utils/ToggleSwitch.vue";
export default defineComponent({
Expand Down

0 comments on commit 94cc922

Please sign in to comment.