fix: handlebars html and css templates reset on dataset update (#32195)

(cherry picked from commit 0f6bd5ea83)
This commit is contained in:
Damian Pendrak
2025-02-10 16:40:55 +01:00
committed by Michael S. Molina
parent d83ae362cf
commit 9ea2ad5105
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ export const handlebarsTemplateControlSetItem: ControlSetItem = {
</ul>`,
isInt: false,
renderTrigger: true,
valueKey: null,
validators: [validateNonEmpty],
mapStateToProps: ({ controls }) => ({

View File

@@ -75,6 +75,7 @@ export const styleControlSetItem: ControlSetItem = {
description: t('CSS applied to the chart'),
isInt: false,
renderTrigger: true,
valueKey: null,
validators: [],
mapStateToProps: ({ controls }) => ({