You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2020/11/30 21:48:45 UTC

[incubator-superset] branch so-1117-savedatasetmodal updated: add components reference

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch so-1117-savedatasetmodal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/so-1117-savedatasetmodal by this push:
     new 734efab  add components reference
734efab is described below

commit 734efab0596be0f96883a274310f0ba1a4cf42e6
Author: hughhhh <hu...@gmail.com>
AuthorDate: Mon Nov 30 13:45:45 2020 -0800

    add components reference
---
 superset-frontend/src/common/components/index.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/superset-frontend/src/common/components/index.tsx b/superset-frontend/src/common/components/index.tsx
index cb11a6f..e885735 100644
--- a/superset-frontend/src/common/components/index.tsx
+++ b/superset-frontend/src/common/components/index.tsx
@@ -19,7 +19,7 @@
 import React from 'react';
 import { styled } from '@superset-ui/core';
 // eslint-disable-next-line no-restricted-imports
-import { Dropdown, Skeleton, Menu as AntdMenu } from 'antd';
+import { AutoComplete, Dropdown, Skeleton, Menu as AntdMenu, Radio} from 'antd';
 import { DropDownProps } from 'antd/lib/dropdown';
 
 /*
@@ -29,6 +29,7 @@ import { DropDownProps } from 'antd/lib/dropdown';
  */
 // eslint-disable-next-line no-restricted-imports
 export {
+  AutoComplete,
   Avatar,
   Button,
   Card,
@@ -41,6 +42,7 @@ export {
   Popover,
   Select,
   Skeleton,
+  Radio,
   Tabs,
   Tooltip,
 } from 'antd';