Skip to content

Commit f10554d

Browse files
authored
fix minor typing error (#473)
introduced at e6d2965
1 parent 238225d commit f10554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/tabs/QueueSidebarTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import { useToast } from 'primevue/usetoast'
5454
import { TaskItemImpl, useQueueStore } from '@/stores/queueStore'
5555
import { computed, onMounted, onUnmounted, ref } from 'vue'
5656
import { useI18n } from 'vue-i18n'
57-
import { type MenuItem } from 'primevue/menuitem'
57+
import type { MenuItem } from 'primevue/menuitem'
5858
import { api } from '@/scripts/api'
5959
6060
const confirm = useConfirm()

0 commit comments

Comments
 (0)