Skip to content

Commit f2fbdab

Browse files
Ben Petersencdcabrera
authored andcommitted
Fix draw-expand/drawExpand to drawer-expand/drawerExpand (#551)
1 parent b7779a1 commit f2fbdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notification/examples/notification-drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @param {boolean} drawerHidden Flag if the drawer is currently hidden
3434
* @param {boolean} allowExpand Flag if the drawer can be expanded. Optional, default: false
35-
* @param {boolean} drawExpanded Flag if the drawer is expanded (only valid if allowExpand is true). Optional, default: false
35+
* @param {boolean} drawerExpanded Flag if the drawer is expanded (only valid if allowExpand is true). Optional, default: false
3636
* @param {string} drawerTitle Title to display for the drawer (leaving this blank will remove the provided expand capability)
3737
* @param {object} notificationGroups Collection notification groups to add to the drawer. Alternatively, a single group object can be given if categorization is not used.
3838
* @param {function} onClose function() Callback for the close button. Close button is shown if this callback is supplied. Callback should set drawerHidden to true to close the drawer.

0 commit comments

Comments
 (0)