rusackas commented on a change in pull request #15480:
URL: https://github.com/apache/superset/pull/15480#discussion_r671803414



##########
File path: 
superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx
##########
@@ -24,13 +24,11 @@ import {
   tn,
 } from '@superset-ui/core';
 import React, { useEffect, useState } from 'react';
-import { Select } from 'src/common/components';
+import { Select } from 'src/components';
 import { FormItemProps } from 'antd/lib/form';
-import { Styles, StyledSelect, StyledFormItem, StatusMessage } from 
'../common';
+import { Styles, StyledFormItem, StatusMessage } from '../common';

Review comment:
       If you agreed with the first one, this `Styles` could also use a more 
specific/explicit name as well. But then again, these are nits, and I'd love to 
see this merged!




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