From f4e5c4981289d1f4eb577b33a09632f10d962e94 Mon Sep 17 00:00:00 2001
From: Thomas Hansen
Date: Sat, 30 Dec 2023 16:14:48 +0200
Subject: [PATCH] Update formly-array.component.ts
---
.../components/formly-array/formly-array.component.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/components/formly-array/formly-array.component.ts b/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/components/formly-array/formly-array.component.ts
index c8f4614abe..de85c20257 100644
--- a/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/components/formly-array/formly-array.component.ts
+++ b/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/components/formly-array/formly-array.component.ts
@@ -22,7 +22,7 @@ import { CreateArrayDialogComponent } from './components/create-array-dialog/cre
*ngFor="let item of items"
(removed)="removeArgument(item)"
[removable]="true">
- {{item}}
+ [{{item}}]
cancel
|