mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 04:55:55 +08:00
fix: fixed the initial graph load issue for dashboard (#2938)
This commit is contained in:
parent
96b94a619e
commit
0d82a93f18
@ -54,7 +54,7 @@ function GridCardGraph({
|
|||||||
const { ref: graphRef, inView: isGraphVisible } = useInView({
|
const { ref: graphRef, inView: isGraphVisible } = useInView({
|
||||||
threshold: 0,
|
threshold: 0,
|
||||||
triggerOnce: true,
|
triggerOnce: true,
|
||||||
initialInView: true,
|
initialInView: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const { notifications } = useNotifications();
|
const { notifications } = useNotifications();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user