Parcourir la source

Merge pull request #558 from smiclea/fix-wizard-options

Fix an issue where "Not Set" was not an option CO-176
Nashwan Azhari il y a 5 ans
Parent
commit
40772ffdce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
       }
     })