Skip to content

Commit

Permalink
Removed newtab
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Lackner <[email protected]>
Signed-off-by: Collins Self <[email protected]>
  • Loading branch information
collins-self and clackner-gpa committed Nov 22, 2024
1 parent e7640d0 commit 2fdda1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const MeterAssetWindow = (props: IProps) => {
HeaderStyle={{ width: 'auto' }}
RowStyle={{ width: 'auto' }}
Content={({ item, field }) =>
<a href={`${homePath}index.cshtml?name=Asset&AssetID=${item.ID}`} target='_blank'>
<a href={`${homePath}index.cshtml?name=Asset&AssetID=${item.ID}`}>
{item[field]}
</a>}
> Key
Expand Down

0 comments on commit 2fdda1f

Please sign in to comment.