Skip to content

Commit 5165851

Browse files
committed
fix: allow only one loadingExtensionData alert to be present at a time
1 parent a84b993 commit 5165851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scratch-gui/src/lib/alerts/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const alerts = [
216216
{
217217
alertId: 'loadingExtensionData',
218218
alertType: AlertTypes.STANDARD,
219-
clearList: [],
219+
clearList: ['loadingExtensionData'],
220220
content: (
221221
<FormattedMessage
222222
defaultMessage="Loading extension..."

0 commit comments

Comments
 (0)