Skip to content

Commit

Permalink
fix: more options in profile condition selection
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Oct 11, 2022
1 parent 6befac7 commit 9f4ba5b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class Conditions extends Component {
<ControlGroup label="Condition"
labelFor="customized-select-after">
<Select value={this.state.condition} onChange={this.handleChange} filter>
<Select.Option label="None" value="None"/>
<Select.Option label="base" value="base"/>
<Select.Option label="mandatory" value="mandatory"/>
<Select.Option label="field" value="field"/>
<Select.Option label="walk" value="walk"/>
</Select>
Expand Down

0 comments on commit 9f4ba5b

Please sign in to comment.