From bbcde364cead96b727544607f5d32e751e86ebbc Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:42:38 +0200 Subject: [PATCH] fix type --- src/assets/contact/formio/vlabRequest.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/assets/contact/formio/vlabRequest.json b/src/assets/contact/formio/vlabRequest.json index 2b5c0aa7..16d32a9e 100644 --- a/src/assets/contact/formio/vlabRequest.json +++ b/src/assets/contact/formio/vlabRequest.json @@ -85,7 +85,7 @@ ] }, { - "label": "Data Grid", + "label": "DATES", "disableAddingRemovingRows": true, "hideLabel" : true, "reorder": false, @@ -93,11 +93,8 @@ "enableRowGroups": false, "initEmpty": false, "tableView": false, - "defaultValue": [ - {} - ], "key": "dates", - "type": "dates", + "type": "datagrid", "input": true, "components": [{ "label": "START_DAY", -- GitLab