mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 00:11:59 +08:00
fix: dashboard empty state learn more link not working (#5287)
This commit is contained in:
parent
a4e98e565d
commit
f3c2fb0246
@ -699,7 +699,16 @@ function DashboardsList(): JSX.Element {
|
|||||||
New Dashboard
|
New Dashboard
|
||||||
</Button>
|
</Button>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
<Button type="text" className="learn-more">
|
<Button
|
||||||
|
type="text"
|
||||||
|
className="learn-more"
|
||||||
|
onClick={(): void => {
|
||||||
|
window.open(
|
||||||
|
'https://signoz.io/docs/userguide/manage-dashboards?utm_source=product&utm_medium=dashboard-list-empty-state',
|
||||||
|
'_blank',
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
>
|
||||||
Learn more
|
Learn more
|
||||||
</Button>
|
</Button>
|
||||||
<ArrowUpRight size={16} className="learn-more-arrow" />
|
<ArrowUpRight size={16} className="learn-more-arrow" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user