fix(catalog-react): group header actions in EntityInfoCard
Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
@@ -45,7 +45,11 @@ export function EntityInfoCard(props: EntityInfoCardProps) {
|
||||
<Text as="h3" variant="title-x-small" weight="bold">
|
||||
{title}
|
||||
</Text>
|
||||
{headerActions}
|
||||
{headerActions && (
|
||||
<Flex align="center" gap="1">
|
||||
{headerActions}
|
||||
</Flex>
|
||||
)}
|
||||
</Flex>
|
||||
</CardHeader>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user