fix(front): make libraries prop optional in artistedit
This commit is contained in:
parent
5791f94b26
commit
cfe8f52d8c
|
@ -14,7 +14,7 @@ import Alert from '~/components/ui/Alert.vue'
|
||||||
interface Props {
|
interface Props {
|
||||||
objectType: EditObjectType
|
objectType: EditObjectType
|
||||||
object: Artist
|
object: Artist
|
||||||
libraries: Library[]
|
libraries?: Library[]
|
||||||
}
|
}
|
||||||
|
|
||||||
defineProps<Props>()
|
defineProps<Props>()
|
||||||
|
|
Loading…
Reference in New Issue