From 62bbe706ca3081faac3e396187a836f5456ef8b9 Mon Sep 17 00:00:00 2001 From: ewandor Date: Mon, 6 Mar 2023 17:59:21 +0100 Subject: [PATCH] Making array readonly-able --- front/app/src/common/crud/types/array.type.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/app/src/common/crud/types/array.type.ts b/front/app/src/common/crud/types/array.type.ts index d428396d..b94511b1 100644 --- a/front/app/src/common/crud/types/array.type.ts +++ b/front/app/src/common/crud/types/array.type.ts @@ -17,7 +17,7 @@ import { FieldArrayType } from '@ngx-formly/core';
{{ i + 1 }}
-
+
@@ -29,7 +29,7 @@ import { FieldArrayType } from '@ngx-formly/core';
- + `, })