fixes(HMS-3778): Show image name only after it is loaded
This commit is contained in:
parent
0971ebf43c
commit
2d8b2b2796
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ const ImagesTableToolbar: React.FC<imagesTableToolbarProps> = ({
|
|||
<Toolbar>
|
||||
<ToolbarContent>
|
||||
<Title headingLevel="h1">
|
||||
{selectedBlueprintId
|
||||
{selectedBlueprintName
|
||||
? `${selectedBlueprintName} images`
|
||||
: 'All images'}
|
||||
</Title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue