zhaoyongjie commented on a change in pull request #14734:
URL: https://github.com/apache/superset/pull/14734#discussion_r636128146



##########
File path: 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/state.ts
##########
@@ -105,12 +105,9 @@ export const useInitialization = () => {
     }
 
     const numberOfLoadedCharts = Object.values(charts).filter(
-      ({ chartStatus }) => chartStatus !== 'loading',
+      ({ chartStatus }) => chartStatus === 'rendered',

Review comment:
       You are right.  I will revert it. sorry.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to