Skip to content
Snippets Groups Projects
Commit c4601552 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #223 from metabase/ag-fix-add-to-dash

fix add-to-dashboard modal popup.
parents 91c767e7 5ccceaff
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ DashboardDirectives.directive('cvAddToDashboardModal', ['CorvusCore', 'Dashboard
}
});
};
element.click(openAddToDashModal);
element.bind('click', openAddToDashModal);
}
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment