diff options
Diffstat (limited to 'src/components/EditorLists.vue')
| -rw-r--r-- | src/components/EditorLists.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/EditorLists.vue b/src/components/EditorLists.vue index 76f8cd1..dff34f4 100644 --- a/src/components/EditorLists.vue +++ b/src/components/EditorLists.vue @@ -44,11 +44,11 @@ export default defineComponent({ props: { peerTeachers: { type: Array as PropType<PeerTeacher[]>, - default: [], + default: () => [], }, labs: { type: Array as PropType<Lab[]>, - default: [], + default: () => [], }, }, computed: { |
