From 328b35256111f2499c766d6db72c40b12d5cd470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Mart=C3=ADnez?= Date: Fri, 22 May 2020 21:19:57 -0500 Subject: [PATCH] #1 One can't just add transitions to list groups. --- components/RecordingsList.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/RecordingsList.vue b/components/RecordingsList.vue index 67851dc..ddd039d 100644 --- a/components/RecordingsList.vue +++ b/components/RecordingsList.vue @@ -1,8 +1,7 @@ @@ -31,7 +30,7 @@ export default { props: { value: { type: Number, - default: null + default: 0 }, recordings: { type: Array,