mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
temp: comment out some code as a test
This commit is contained in:
@@ -255,8 +255,8 @@ class ChartHolder extends React.Component {
|
||||
'dashboard-component dashboard-component-chart-holder',
|
||||
this.state.outlinedComponentId ? 'fade-in' : 'fade-out',
|
||||
this.state.isFullSize && 'full-size',
|
||||
includedInFilterScope && 'scoped-to-focused-filter',
|
||||
isFocusedFilterChart && 'contains-focused-filter',
|
||||
// includedInFilterScope && 'scoped-to-focused-filter',
|
||||
// isFocusedFilterChart && 'contains-focused-filter',
|
||||
)}
|
||||
>
|
||||
{!editMode && (
|
||||
|
||||
Reference in New Issue
Block a user