remove no selection option

This commit is contained in:
bhavin 2021-05-20 13:54:26 +05:30
parent 9b91a09c73
commit 4e559b4228
2 changed files with 1 additions and 9 deletions

View File

@ -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) {

View File

@ -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",