From 8c760bb8108dbc8991f2d918f5d920ca7c0726d0 Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 16 Oct 2019 10:12:59 +0100 Subject: [PATCH] Added default support to --- src/components/inputs/EnumInput.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/inputs/EnumInput.jsx b/src/components/inputs/EnumInput.jsx index e704110..9472a2f 100644 --- a/src/components/inputs/EnumInput.jsx +++ b/src/components/inputs/EnumInput.jsx @@ -29,13 +29,13 @@ class EnumInput extends React.Component { if(options.length <= 3 && optionsLabelLength(options) <= 20) { return } else { return }