From 439f9009ff4b740950ef3e331268c23c693391fb Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Thu, 23 Jan 2020 13:47:00 +0100 Subject: [PATCH] fix model componentType --- modules/ticket/back/models/component-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ticket/back/models/component-type.json b/modules/ticket/back/models/component-type.json index b8524be23e..d72217a24c 100644 --- a/modules/ticket/back/models/component-type.json +++ b/modules/ticket/back/models/component-type.json @@ -16,7 +16,7 @@ "type": "String" }, "isBase":{ - "type":"String" + "type":"Boolean" } } }