mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-14 15:28:52 +00:00
Table icon fix (#11694)
This commit is contained in:
@@ -66,7 +66,7 @@ export function TableHoverCard({
|
|||||||
zIndex={zIndex}
|
zIndex={zIndex}
|
||||||
>
|
>
|
||||||
<HoverCard.Target>
|
<HoverCard.Target>
|
||||||
<Group gap='xs' justify='space-between' wrap='nowrap'>
|
<Group gap='xs' justify='space-between'>
|
||||||
{value}
|
{value}
|
||||||
<InvenTreeIcon
|
<InvenTreeIcon
|
||||||
icon={icon ?? 'info'}
|
icon={icon ?? 'info'}
|
||||||
|
|||||||
Reference in New Issue
Block a user