Skip to content

Commit dbf9500

Browse files
committed
💚 fix linter
1 parent b2da28e commit dbf9500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

personalization-webcomponents/src/components/ChecklistList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ import type DummyChecklistItem from "@/api/dummyservice/DummyChecklistItem.ts";
6666
6767
import { MucIcon } from "@muenchen/muc-patternlab-vue";
6868
import { Sortable } from "sortablejs-vue3";
69-
import { defineEmits, ref, watch } from "vue";
69+
import { defineEmits, ref } from "vue";
7070
71-
const props = withDefaults(
71+
withDefaults(
7272
defineProps<{
7373
modelValue: DummyChecklistItem[];
7474
isDraggable?: boolean;

0 commit comments

Comments
 (0)