remove no selection option
This commit is contained in:
parent
9b91a09c73
commit
4e559b4228
|
|
@ -6,7 +6,7 @@ import { DropdownOption } from "components/ads/Dropdown";
|
|||
class DropDownControl extends BaseControl<DropDownControlProps> {
|
||||
render() {
|
||||
let defaultSelected: DropdownOption = {
|
||||
label: "No results.",
|
||||
label: "No selection.",
|
||||
value: undefined,
|
||||
};
|
||||
if (this.props.defaultValue) {
|
||||
|
|
|
|||
|
|
@ -223,10 +223,6 @@ export default [
|
|||
label: "Original Date Format",
|
||||
controlType: "DROP_DOWN",
|
||||
options: [
|
||||
{
|
||||
label: "No Selection",
|
||||
value: "",
|
||||
},
|
||||
{
|
||||
label: "UNIX timestamp (s)",
|
||||
value: "Epoch",
|
||||
|
|
@ -331,10 +327,6 @@ export default [
|
|||
customJSControl: "COMPUTE_VALUE",
|
||||
isJSConvertible: true,
|
||||
options: [
|
||||
{
|
||||
label: "No Selection",
|
||||
value: "",
|
||||
},
|
||||
{
|
||||
label: "UNIX timestamp (s)",
|
||||
value: "Epoch",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user