mirror of
https://github.com/apache/superset.git
synced 2026-04-15 06:04:48 +00:00
fix: handlebars html and css templates reset on dataset update (#32195)
This commit is contained in:
@@ -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 }) => ({
|
||||
|
||||
Reference in New Issue
Block a user