diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index c16da86d0..fe8aaf84f 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -26,7 +26,7 @@ import Modal from '~/components/ui/Modal.vue' import Spacer from '~/components/ui/Spacer.vue' interface Props { - id: number + id: number | string } const props = defineProps()