Skip to content

Commit 9bbd558

Browse files
authored
Merge pull request #4131 from Lihlu/lihlumise/fix/rename-property
refactor: move property to appearance tab and update label
2 parents 5365dae + 35c28ab commit 9bbd558

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

shesha-reactjs/src/designer-components/calendar/settingsForm.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ export const getSettings = (data: any) => {
100100
}
101101
]
102102
})
103-
.addSettingsInput({
104-
inputType: 'colorPicker',
105-
id: nanoid(),
106-
propertyName: 'dummyEventColor',
107-
label: 'Dummy Event Color',
108-
parentId: commonTabId,
109-
})
110103
.toJson(),
111104
],
112105
},
@@ -276,6 +269,13 @@ export const getSettings = (data: any) => {
276269
],
277270
},
278271
})
272+
.addSettingsInput({
273+
inputType: 'colorPicker',
274+
id: nanoid(),
275+
propertyName: 'dummyEventColor',
276+
label: 'Selected Date Color',
277+
parentId: styleRouterId,
278+
})
279279
.toJson()
280280
]
281281
})

0 commit comments

Comments
 (0)