Skip to content

Commit

Permalink
Fix bug on initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Apr 23, 2021
1 parent 0a05fb2 commit b2c2d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export const TimeseriesConfig = injectI18n(function (props) {
name:
model.split_color_mode === 'kibana'
? 'kibana_palette'
: model.split_color_mode || model.palette.name,
: model.split_color_mode || initialPalette.name,
};

return (
Expand Down

0 comments on commit b2c2d45

Please sign in to comment.