2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

[UI] Link fix (#8726)

- Fixes anchor issues in stock tracking table
This commit is contained in:
Oliver 2024-12-20 12:21:21 +11:00 committed by GitHub
parent 130bc84b44
commit 68ac4118e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ export function RenderInlineModel({
{prefix}
{image && <Thumbnail src={image} size={18} />}
{url ? (
<Anchor href={url} onClick={(event: any) => onClick(event)}>
<Anchor href='' onClick={(event: any) => onClick(event)}>
<Text size='sm'>{primary}</Text>
</Anchor>
) : (