diff --git a/web-src/src/components/ListProperties.vue b/web-src/src/components/ListProperties.vue index ba26e058..02ef2527 100644 --- a/web-src/src/components/ListProperties.vue +++ b/web-src/src/components/ListProperties.vue @@ -10,15 +10,7 @@ :album="item.name" class="is-normal mb-5" /> -
- -
+
[], type: Array }, item: { required: true, type: Object } } } diff --git a/web-src/src/components/ModalDialogPlayable.vue b/web-src/src/components/ModalDialogPlayable.vue index 155a3d4c..32a1e577 100644 --- a/web-src/src/components/ModalDialogPlayable.vue +++ b/web-src/src/components/ModalDialogPlayable.vue @@ -1,7 +1,19 @@ @@ -15,7 +27,7 @@ export default { name: 'ModalDialogPlayable', components: { ListProperties, ModalDialog }, props: { - buttons: { default: () => [], type: Array }, + buttons: { default: null, type: Array }, item: { required: true, type: Object }, show: Boolean },