mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 01:36:08 +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({
|
||||
threshold: 0,
|
||||
triggerOnce: true,
|
||||
initialInView: true,
|
||||
initialInView: false,
|
||||
});
|
||||
|
||||
const { notifications } = useNotifications();
|
||||
|
Loading…
x
Reference in New Issue
Block a user