rusackas commented on code in PR #30886:
URL: https://github.com/apache/superset/pull/30886#discussion_r1838658567


##########
superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx:
##########
@@ -32,6 +32,7 @@ import ResizableContainer from 
'src/dashboard/components/resizable/ResizableCont
 import getChartAndLabelComponentIdFromPath from 
'src/dashboard/util/getChartAndLabelComponentIdFromPath';
 import useFilterFocusHighlightStyles from 
'src/dashboard/util/useFilterFocusHighlightStyles';
 import { COLUMN_TYPE, ROW_TYPE } from 'src/dashboard/util/componentTypes';
+import { useTheme } from '@superset-ui/core';

Review Comment:
   Ahh, you can add this import to line 25, so you're not importing stuff from 
superset-ui/core twice (it's a listing error). Sorry, I should have been 
clearer. Also, sorry you even have to DO this stuff... but it's all stuff that 
sets things up better for the next person :)



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