You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/22 16:53:03 UTC

[GitHub] [incubator-superset] hughhhh commented on a change in pull request #12164: feat: update sql toolbar styling

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org