Skip to content

Commit

Permalink
Merge cf1e43f into 232fb94
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Jan 23, 2020
2 parents 232fb94 + cf1e43f commit b96ad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Dialog extends Component {
});

return (
<a key={idx} href="javascript:;" {...others} className={className}>{label}</a>
<a key={idx} {...others} className={className}>{label}</a>
);
});
}
Expand Down

0 comments on commit b96ad93

Please sign in to comment.