michael-s-molina commented on code in PR #36934:
URL: https://github.com/apache/superset/pull/36934#discussion_r2668667595


##########
superset-frontend/src/dashboard/components/gridComponents/Chart/Chart.jsx:
##########
@@ -50,6 +50,7 @@ import {
 
 import SliceHeader from '../../SliceHeader';
 import MissingChart from '../../MissingChart';
+import LastQueriedLabel from '../../../../components/LastQueriedLabel';

Review Comment:
   Need to move the import before relative imports.
   ```suggestion
   import LastQueriedLabel from 'src/components/LastQueriedLabel';
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

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