From 69dc46cac9cef62eb1fe7bc5a20b602cff3fab5f Mon Sep 17 00:00:00 2001 From: Katrin Yordanova Date: Wed, 6 Dec 2023 13:30:08 +0200 Subject: [PATCH] Make content field required in comment pb --- .../src/components/PageBlocks/CommentBase.vue | 160 ++++++++++-------- locale/en/corteza-webapp-compose/block.yaml | 30 ++-- 2 files changed, 103 insertions(+), 87 deletions(-) diff --git a/client/web/compose/src/components/PageBlocks/CommentBase.vue b/client/web/compose/src/components/PageBlocks/CommentBase.vue index b5e2dee6a..30eccfdd9 100644 --- a/client/web/compose/src/components/PageBlocks/CommentBase.vue +++ b/client/web/compose/src/components/PageBlocks/CommentBase.vue @@ -5,84 +5,94 @@ @refreshBlock="refresh" >
- +

+ {{ $t('noConfiguration') }} +

-