Skip to content

Commit

Permalink
Revert "Force netlify"
Browse files Browse the repository at this point in the history
This reverts commit 741702c.
  • Loading branch information
gabrieldutra committed Sep 20, 2019
1 parent 741702c commit 7e65aea
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 (tmp)
e.preventDefault(); // handle middle click
CreateDashboardDialog.showModal();
};

Expand Down

0 comments on commit 7e65aea

Please sign in to comment.