Merge branch 'release' of https://github.com/appsmithorg/appsmith into release

This commit is contained in:
Automated Github Action 2020-10-03 09:06:59 +00:00
commit 86443c9d95

View File

@ -155,8 +155,8 @@ const WidgetConfigResponse: WidgetConfigReducerState = {
columns: 3,
label: "",
options: [
{ id: "1", label: "Male", value: "M" },
{ id: "2", label: "Female", value: "F" },
{ label: "Male", value: "M" },
{ label: "Female", value: "F" },
],
defaultOptionValue: "M",
widgetName: "RadioGroup",