Skip to content

Commit

Permalink
Force netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Sep 20, 2019
1 parent 674f483 commit 741702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/app-header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function controller($rootScope, $location, $route, $uibModal, Auth, currentUser,
$rootScope.$on('reloadFavorites', this.reload);

this.newDashboard = (e) => {
e.preventDefault(); // handle middle click
e.preventDefault(); // handle middle click (tmp)
CreateDashboardDialog.showModal();
};

Expand Down

0 comments on commit 741702c

Please sign in to comment.