mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEditor: Fixes issue where panel edit would show the panel plugin options of the previous edit panel (#59861)
* PanelEditor: Fixes issues with panel edit state cleanup * Removed console log * Fixed test
This commit is contained in:
@@ -471,7 +471,7 @@ export function getBasicAndGradientStyles(props: Props): BasicAndGradientStyles
|
||||
};
|
||||
|
||||
const emptyBar: CSSProperties = {
|
||||
background: `rgba(${theme.isDark ? '255,255,255' : '0,0,0'}, 0.07)`,
|
||||
background: theme.colors.background.secondary,
|
||||
flexGrow: 1,
|
||||
display: 'flex',
|
||||
borderRadius: '3px',
|
||||
|
||||
Reference in New Issue
Block a user