Skip to content

Commit

Permalink
LPS-98253 Dropdown actions should be links
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache authored and brianchandotcom committed Jul 22, 2019
1 parent ee30e08 commit a31f29f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@ const {Item} = ClayDropDown;
export default function DropDownAction({action, row, setActive}) {
return (
<Item
href="javascript:;"
onClick={() => {
setActive(false);
action.callback(row);
Expand Down

0 comments on commit a31f29f

Please sign in to comment.