Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Commit 2beea2e

Browse files
author
Patrick Burtchaell
authored
Fix onClick documentation
1 parent a4d84f0 commit 2beea2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ addNotification () {
3737
message: `Notification ipsum...`,
3838
key: 'some UID',
3939
action: 'Dismiss',
40-
onClick: (deactivate) => {
40+
onClick: (notification, deactivate) => {
4141
deactivate();
4242
this.removeNotification('some UID');
4343
},

0 commit comments

Comments
 (0)