fix(front): allow string in id prop of artist detail
This commit is contained in:
parent
cfe8f52d8c
commit
8ef56e3c63
|
@ -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<Props>()
|
||||
|
|
Loading…
Reference in New Issue