mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
chore: Moves DropdownButton to the components folder (#14127)
This commit is contained in:
committed by
GitHub
parent
ec75dc178b
commit
e4c8084285
@@ -25,7 +25,7 @@ import Icon from 'src/components/Icon';
|
||||
import {
|
||||
DropdownButton,
|
||||
DropdownButtonProps,
|
||||
} from 'src/common/components/DropdownButton';
|
||||
} from 'src/components/DropdownButton';
|
||||
|
||||
interface Props {
|
||||
allowAsync: boolean;
|
||||
|
||||
Reference in New Issue
Block a user