We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5365dae + 35c28ab commit 9bbd558Copy full SHA for 9bbd558
shesha-reactjs/src/designer-components/calendar/settingsForm.ts
@@ -100,13 +100,6 @@ export const getSettings = (data: any) => {
100
}
101
]
102
})
103
- .addSettingsInput({
104
- inputType: 'colorPicker',
105
- id: nanoid(),
106
- propertyName: 'dummyEventColor',
107
- label: 'Dummy Event Color',
108
- parentId: commonTabId,
109
- })
110
.toJson(),
111
],
112
},
@@ -276,6 +269,13 @@ export const getSettings = (data: any) => {
276
269
277
270
278
271
272
+ .addSettingsInput({
273
+ inputType: 'colorPicker',
274
+ id: nanoid(),
275
+ propertyName: 'dummyEventColor',
+ label: 'Selected Date Color',
+ parentId: styleRouterId,
+ })
279
.toJson()
280
281
0 commit comments