Skip to content

Commit

Permalink
remove event arg (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunoon authored and zoumiaojiang committed Jul 19, 2019
1 parent 7eaf018 commit b68afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mip-toast/mip-toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class MIPToast extends CustomElement {
this.render()
}

handleShow (event, info) {
handleShow (info) {
const {infoText} = this.props
this.close = true
if (typeof info === 'string') {
Expand Down

0 comments on commit b68afb0

Please sign in to comment.