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>`,
|
</ul>`,
|
||||||
isInt: false,
|
isInt: false,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
valueKey: null,
|
||||||
|
|
||||||
validators: [validateNonEmpty],
|
validators: [validateNonEmpty],
|
||||||
mapStateToProps: ({ controls }) => ({
|
mapStateToProps: ({ controls }) => ({
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,7 @@ export const styleControlSetItem: ControlSetItem = {
|
||||||
description: t('CSS applied to the chart'),
|
description: t('CSS applied to the chart'),
|
||||||
isInt: false,
|
isInt: false,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
valueKey: null,
|
||||||
|
|
||||||
validators: [],
|
validators: [],
|
||||||
mapStateToProps: ({ controls }) => ({
|
mapStateToProps: ({ controls }) => ({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue