瀏覽代碼

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 5 年之前
父節點
當前提交
bfefea1cfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
       }
     })