From 83a08541ec691c88e0a83a4af8252a728d8b2f7e Mon Sep 17 00:00:00 2001 From: Mike Delez <60604010+mdelez@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:28:20 +0200 Subject: [PATCH] fix(add-value): paragraph not showing as textarea (#1155) --- .../resource/operations/add-value/add-value.component.html | 1 + .../resource/operations/add-value/add-value.component.ts | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/apps/dsp-app/src/app/workspace/resource/operations/add-value/add-value.component.html b/apps/dsp-app/src/app/workspace/resource/operations/add-value/add-value.component.html index bacd0481a8..fa79a7d1a6 100644 --- a/apps/dsp-app/src/app/workspace/resource/operations/add-value/add-value.component.html +++ b/apps/dsp-app/src/app/workspace/resource/operations/add-value/add-value.component.html @@ -6,6 +6,7 @@ *ngSwitchCase="'ReadTextValueAsString'" [mode]="mode" [guiElement]="textValueGuiEle" + [textArea]="textArea" >