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 0ce9f3c commit 0af13c4Copy full SHA for 0af13c4
src/reducers/alerts.js
@@ -42,7 +42,7 @@ const filterInlineAlerts = alertsList => (
42
const reducer = function (state, action) {
43
if (typeof state === 'undefined') state = initialState;
44
switch (action.type) {
45
- case SHOW_ALERT: { // shows standard and inline alerts
+ case SHOW_ALERT: { // intended to show standard and inline alerts, but not extensions
46
const alertId = action.alertId;
47
if (alertId) {
48
const newAlert = {
0 commit comments