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 9940444 commit 8521142Copy full SHA for 8521142
frontend/src/old-pages/Configure/Create.tsx
@@ -223,7 +223,9 @@ function Create() {
223
}
224
>
225
<SpaceBetween direction="vertical" size="s">
226
- <Flashbar {...flashbarProps} />
+ {flashbarProps.items.length > 0 ? (
227
+ <Flashbar {...flashbarProps} />
228
+ ) : null}
229
<ConfigView
230
config={clusterConfig}
231
pending={!clusterConfig}
0 commit comments