V2Wizard: Gate table title behind experimental
This adds gating the ImagesTable title behind experimental so it doesn't render in the "classic" table.
This commit is contained in:
parent
cb2625245f
commit
8fac905482
1 changed files with 5 additions and 3 deletions
|
|
@ -178,9 +178,11 @@ const ImagesTable = () => {
|
|||
isOpen={showDeleteModal}
|
||||
/>
|
||||
<Toolbar>
|
||||
<ToolbarContent>
|
||||
<Title headingLevel="h1">All image types</Title>
|
||||
</ToolbarContent>
|
||||
{experimentalFlag && (
|
||||
<ToolbarContent>
|
||||
<Title headingLevel="h1">All image types</Title>
|
||||
</ToolbarContent>
|
||||
)}
|
||||
<ToolbarContent>
|
||||
{!experimentalFlag && (
|
||||
<ToolbarItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue