mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Migrates Button component from Bootstrap to AntD (#12832)
This commit is contained in:
committed by
GitHub
parent
51195af4fa
commit
c781ab8adf
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { ButtonGroup, Collapse, Well } from 'react-bootstrap';
|
||||
import { Collapse, Well } from 'react-bootstrap';
|
||||
import ButtonGroup from 'src/components/ButtonGroup';
|
||||
import shortid from 'shortid';
|
||||
import { t, styled } from '@superset-ui/core';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user