From 8fc5f8509b9a1b090806beadda43ed5cceef1275 Mon Sep 17 00:00:00 2001
From: Lukasz Lopatowski <llopat@man.poznan.pl>
Date: Mon, 19 Jul 2021 22:02:54 +0200
Subject: [PATCH] NMAAS-999: Fixing input fields

---
 src/assets/contact/formio/domainRequest.json | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/assets/contact/formio/domainRequest.json b/src/assets/contact/formio/domainRequest.json
index a5293751..ae6fb068 100644
--- a/src/assets/contact/formio/domainRequest.json
+++ b/src/assets/contact/formio/domainRequest.json
@@ -141,11 +141,7 @@
       "label": "TECH_CONTACT",
       "description": "TECH_CONTACT_DESCRIPTION",
       "hideLabel": false,
-      "disableAddingRemovingRows": true,
-      "multiple": false,
-      "tableView": true,
-      "alwaysEnabled": false,
-      "type": "datagrid",
+      "type": "container",
       "input": true,
       "key": "techContact",
       "tab": 0,
@@ -156,8 +152,7 @@
           "type": "textfield",
           "input": true,
           "key": "name",
-          "inputFormat": "plain",
-          "row": "0-0"
+          "inputFormat": "plain"
         },
         {
           "label": "EMAIL",
@@ -165,8 +160,7 @@
           "type": "email",
           "input": true,
           "key": "email",
-          "inputFormat": "plain",
-          "row": "0-1"
+          "inputFormat": "plain"
         }
       ]
     },
-- 
GitLab