Skip to content

Commit 72c0abd

Browse files
authored
fix(extensions): keep info bar closed by default (#1482)
1 parent 8bde4be commit 72c0abd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-marketplace': patch
3+
---
4+
5+
keep plugin installation alert closed by default

workspaces/marketplace/plugins/marketplace/src/components/MarketplaceCatalogContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export const MarketplaceCatalogContent = () => {
176176
<>
177177
<WarningPanel
178178
title="Plugin installation is disabled."
179-
defaultExpanded
180179
severity="info"
181180
message={
182181
<>

0 commit comments

Comments
 (0)