Update empty state of Dropdown component (#339)
This commit is contained in:
parent
bb369e6bdf
commit
52b48b0c34
|
|
@ -271,7 +271,7 @@ class DropDownComponent extends React.Component<DropDownComponentProps> {
|
||||||
this.props.selectedIndex !== undefined &&
|
this.props.selectedIndex !== undefined &&
|
||||||
this.props.selectedIndex > -1
|
this.props.selectedIndex > -1
|
||||||
? this.props.options[this.props.selectedIndex].label
|
? this.props.options[this.props.selectedIndex].label
|
||||||
: "-- Empty --"
|
: "-- Select --"
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</StyledSingleDropDown>
|
</StyledSingleDropDown>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user