From bfdba3f37017c0f1a851437b82fda231e324c459 Mon Sep 17 00:00:00 2001 From: Amon Caldas Date: Thu, 10 Feb 2022 12:41:47 +0100 Subject: [PATCH] fix(constants.js): add missing switch in field types --- src/resources/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/resources/constants.js b/src/resources/constants.js index fb460916..b8e86dd6 100644 --- a/src/resources/constants.js +++ b/src/resources/constants.js @@ -57,7 +57,8 @@ const constants = { steps: 'steps', random: 'random', text: 'text', - boolean: 'boolean' + boolean: 'boolean', + switch: 'switch' }, extraInfos: { surface: 'surface',