Skip to content

Commit

Permalink
#1508 - inlined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Sep 13, 2024
1 parent 7238695 commit 59667e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ class CustomDashboardView extends AbstractComponent {

render() {
General.logDebug("CustomDashboardView", "render");
General.logDebugTemp("CustomDashboardView", "render", this.state.dashboards.length);

const settings = this.getService(UserInfoService).getUserSettingsObject();
const {hideBackButton, startSync, renderSync, icon, customDashboardType, onSearch, showSearch} = this.props;
Expand Down Expand Up @@ -386,7 +385,7 @@ class CustomDashboardView extends AbstractComponent {
hasFiltersSet={hasFiltersSet}
selectedFilterValues={this.state.customDashboardFilters}
filterConfigs={filterConfigs}
filterUUIDsToIgnore={filterUUIDsToIgnore}
filterUUIDsToIgnore={[]}
/>
{this.renderCards()}
</>}
Expand Down

0 comments on commit 59667e1

Please sign in to comment.