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:
regexowl 2024-03-07 09:00:38 +01:00 committed by Lucas Garfield
parent cb2625245f
commit 8fac905482

View file

@ -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>