Skip to content

Commit

Permalink
fix: saving custom CSS correctly (#10289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Jul 13, 2020
1 parent ba4777c commit 93753cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/dashboard/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class Header extends React.PureComponent {
dashboardTitle,
layout: positions,
expandedSlices,
css,
customCss,
colorNamespace,
colorScheme,
dashboardInfo,
Expand All @@ -288,7 +288,7 @@ class Header extends React.PureComponent {
const data = {
positions,
expanded_slices: expandedSlices,
css,
css: customCss,
color_namespace: colorNamespace,
color_scheme: colorScheme,
label_colors: labelColors,
Expand Down

0 comments on commit 93753cf

Please sign in to comment.