Explorar o código

Fix an issue where "Not Set" was not an option

In Wizard Options, boolean switches didn't have "Not Set" as an option.
Sergiu Miclea %!s(int64=5) %!d(string=hai) anos
pai
achega
bfefea1cfb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/organisms/WizardOptions/WizardOptions.tsx

+ 1 - 1
src/components/organisms/WizardOptions/WizardOptions.tsx

@@ -339,7 +339,7 @@ class WizardOptions extends React.Component<Props> {
 
       return {
         column,
-        component: this.renderOptionsField(field),
+        component: this.renderOptionsField(usableField),
         field: usableField,
       }
     })