Skip to content

Commit 6af405c

Browse files
author
hange
committed
fix: issues/2312, Chart Update event already depends on the isLoadingData parameter, so there's no need for the resize event to also depend on the isLoadingData parameter.
1 parent 1e6be99 commit 6af405c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/components/ChartIFrameContainer/ChartIFrameLifecycleAdapter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ const ChartIFrameLifecycleAdapter: FC<{
180180
window,
181181
isShown,
182182
containerStatus,
183-
isLoadingData,
184183
]);
185184

186185
/**

0 commit comments

Comments
 (0)