mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +00:00
fix: handlebars html and css templates reset on dataset update (#32195)
(cherry picked from commit 0f6bd5ea83)
This commit is contained in:
committed by
Michael S. Molina
parent
d83ae362cf
commit
9ea2ad5105
@@ -65,6 +65,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 }) => ({
|
||||
|
||||
Reference in New Issue
Block a user