fix(front): allow string in id prop of artist detail

environments/review-docs-feat-z0hkbz/deployments/20755
ArneBo 2025-02-24 16:10:03 +01:00
rodzic cfe8f52d8c
commit 8ef56e3c63
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>()