Skip to content

Commit

Permalink
refactor progress (#16339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams authored and AAfghahi committed Feb 9, 2022
1 parent 18a04cd commit 3fb8eec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset-frontend/src/dashboard/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ class Header extends React.PureComponent {
this.overwriteDashboard = this.overwriteDashboard.bind(this);
this.showPropertiesModal = this.showPropertiesModal.bind(this);
this.hidePropertiesModal = this.hidePropertiesModal.bind(this);
this.showReportModal = this.showReportModal.bind(this);
this.hideReportModal = this.hideReportModal.bind(this);
}

componentDidMount() {
Expand Down

0 comments on commit 3fb8eec

Please sign in to comment.