hughhhh commented on a change in pull request #12164:
URL: 
https://github.com/apache/incubator-superset/pull/12164#discussion_r547387307



##########
File path: superset-frontend/src/common/components/index.tsx
##########
@@ -20,7 +20,7 @@ import React from 'react';
 import { styled } from '@superset-ui/core';
 // eslint-disable-next-line no-restricted-imports
 import { Menu as AntdMenu, Dropdown, Skeleton } from 'antd';
-import { DropDownProps } from 'antd/lib/dropdown';
+import { DropDownProps as AnddDropdownProps } from 'antd/lib/dropdown';

Review comment:
       ```suggestion
   import { DropDownProps as AntdDropdownProps } from 'antd/lib/dropdown';
   ```




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