From dbad92ce33ef808394aafd2c394ff58104c60dda Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 30 Dec 2021 12:29:19 +0100 Subject: [PATCH] Fix wrong spelling of component prop --- front/src/views/content/libraries/Form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/content/libraries/Form.vue b/front/src/views/content/libraries/Form.vue index 4134783d1..326028fb1 100644 --- a/front/src/views/content/libraries/Form.vue +++ b/front/src/views/content/libraries/Form.vue @@ -119,7 +119,7 @@ import MixinsTranslation from '@/components/mixins/Translations.vue' export default { mixins: [MixinsTranslation], - props: { library: { type: Object, default: Null } }, + props: { library: { type: Object, default: null } }, data () { const d = { isLoading: false,