fix: handlebars html and css templates reset on dataset update (#32195)
This commit is contained in:
parent
0030f46d2d
commit
0f6bd5ea83
|
|
@ -101,6 +101,7 @@ export const handlebarsTemplateControlSetItem: ControlSetItem = {
|
|||
</ul>`,
|
||||
isInt: false,
|
||||
renderTrigger: true,
|
||||
valueKey: null,
|
||||
|
||||
validators: [validateNonEmpty],
|
||||
mapStateToProps: ({ controls }) => ({
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ export const styleControlSetItem: ControlSetItem = {
|
|||
description: t('CSS applied to the chart'),
|
||||
isInt: false,
|
||||
renderTrigger: true,
|
||||
valueKey: null,
|
||||
|
||||
validators: [],
|
||||
mapStateToProps: ({ controls }) => ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue