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

This commit is contained in:
Damian Pendrak
2025-02-10 16:40:55 +01:00
committed by GitHub
parent 0030f46d2d
commit 0f6bd5ea83
2 changed files with 2 additions and 0 deletions

View File

@@ -101,6 +101,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 }) => ({