Fix an issue where "Not Set" was not an option CO-176
@@ -339,7 +339,7 @@ class WizardOptions extends React.Component<Props> {
return {
column,
- component: this.renderOptionsField(field),
+ component: this.renderOptionsField(usableField),
field: usableField,
}
})