From 3e912f9545aa936af307146297b658d02ab8393e Mon Sep 17 00:00:00 2001 From: ma0068 Date: Fri, 19 Jan 2024 09:04:37 +0100 Subject: [PATCH] bugfix prop --- public/js/components/Notiz/Notiz.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/js/components/Notiz/Notiz.js b/public/js/components/Notiz/Notiz.js index f1aa63280..a6e4c7183 100644 --- a/public/js/components/Notiz/Notiz.js +++ b/public/js/components/Notiz/Notiz.js @@ -14,7 +14,7 @@ export default { props: [ 'typeId', 'titel', - 'propText', + 'text', 'lastChange', 'von', 'bis', @@ -211,6 +211,11 @@ export default { + + +