We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaf018 commit b68afb0Copy full SHA for b68afb0
1 file changed
components/mip-toast/mip-toast.js
@@ -48,7 +48,7 @@ export default class MIPToast extends CustomElement {
48
this.render()
49
}
50
51
- handleShow (event, info) {
+ handleShow (info) {
52
const {infoText} = this.props
53
this.close = true
54
if (typeof info === 'string') {
0 commit comments