Wizard: Remove edge alert
This removes edge deprecation alert from Wizard screen.
This commit is contained in:
parent
ea20f9d368
commit
9daa21a5ca
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ export const ImageBuilderHeader = ({
|
|||
</>
|
||||
)}
|
||||
</Flex>
|
||||
{!isOnBlueprintsTab && (
|
||||
{!isOnBlueprintsTab && !inWizard && (
|
||||
<Flex>
|
||||
<FlexItem>
|
||||
<Alert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue