We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fef8ed commit 0ce9f3cCopy full SHA for 0ce9f3c
src/reducers/alerts.js
@@ -12,7 +12,7 @@ const CLOSE_ALERTS_WITH_ID = 'scratch-gui/alerts/CLOSE_ALERTS_WITH_ID';
12
*
13
* {bool} visible - whether the alerts are visible
14
* {array} alertsList - list of alerts, each with properties:
15
- * * alert type (required): one of AlertTypes
+ * * alertType (required): one of AlertTypes
16
* * closeButton (optional): bool indicating that we should show close button
17
* * content (optional): react element (a <FormattedMessage />)
18
* * extentionId (optional): id string that identifies the extension
0 commit comments