set empty labels
This commit is contained in:
parent
b32ef1b62f
commit
efabcc690e
|
|
@ -42,6 +42,7 @@ const WidgetConfigResponse: WidgetConfigReducerState = {
|
||||||
INPUT_WIDGET: {
|
INPUT_WIDGET: {
|
||||||
inputType: "TEXT",
|
inputType: "TEXT",
|
||||||
rows: 1,
|
rows: 1,
|
||||||
|
label: "",
|
||||||
columns: 5,
|
columns: 5,
|
||||||
widgetName: "Input",
|
widgetName: "Input",
|
||||||
},
|
},
|
||||||
|
|
@ -83,6 +84,7 @@ const WidgetConfigResponse: WidgetConfigReducerState = {
|
||||||
isDisabled: false,
|
isDisabled: false,
|
||||||
datePickerType: "DATE_PICKER",
|
datePickerType: "DATE_PICKER",
|
||||||
rows: 1,
|
rows: 1,
|
||||||
|
label: "",
|
||||||
dateFormat: "DD/MM/YYYY",
|
dateFormat: "DD/MM/YYYY",
|
||||||
columns: 5,
|
columns: 5,
|
||||||
widgetName: "DatePicker",
|
widgetName: "DatePicker",
|
||||||
|
|
@ -120,6 +122,7 @@ const WidgetConfigResponse: WidgetConfigReducerState = {
|
||||||
DROP_DOWN_WIDGET: {
|
DROP_DOWN_WIDGET: {
|
||||||
rows: 1,
|
rows: 1,
|
||||||
columns: 5,
|
columns: 5,
|
||||||
|
label: "",
|
||||||
selectionType: "SINGLE_SELECT",
|
selectionType: "SINGLE_SELECT",
|
||||||
options: [
|
options: [
|
||||||
{ label: "Option 1", value: "1" },
|
{ label: "Option 1", value: "1" },
|
||||||
|
|
@ -138,6 +141,7 @@ const WidgetConfigResponse: WidgetConfigReducerState = {
|
||||||
RADIO_GROUP_WIDGET: {
|
RADIO_GROUP_WIDGET: {
|
||||||
rows: 2,
|
rows: 2,
|
||||||
columns: 3,
|
columns: 3,
|
||||||
|
label: "",
|
||||||
options: [
|
options: [
|
||||||
{ id: "1", label: "Alpha", value: "1" },
|
{ id: "1", label: "Alpha", value: "1" },
|
||||||
{ id: "2", label: "Bravo", value: "2" },
|
{ id: "2", label: "Bravo", value: "2" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user