fixes(HMS-3778): Show image name only after it is loaded

This commit is contained in:
Anna Vítová 2024-03-18 10:53:06 +01:00 committed by Klara Simickova
parent 0971ebf43c
commit 2d8b2b2796

View file

@ -99,7 +99,7 @@ const ImagesTableToolbar: React.FC<imagesTableToolbarProps> = ({
<Toolbar>
<ToolbarContent>
<Title headingLevel="h1">
{selectedBlueprintId
{selectedBlueprintName
? `${selectedBlueprintName} images`
: 'All images'}
</Title>