This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new e4c8084 chore: Moves DropdownButton to the components folder (#14127)
e4c8084 is described below
commit e4c808428527eedaa0d856a9c3e09809a11c6e93
Author: Michael S. Molina <[email protected]>
AuthorDate: Fri Apr 16 02:46:18 2021 -0300
chore: Moves DropdownButton to the components folder (#14127)
---
superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx | 2 +-
.../{common => }/components/DropdownButton/DropdownButton.stories.tsx | 0
superset-frontend/src/{common => }/components/DropdownButton/index.tsx | 0
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
b/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
index 877eac3..9d22ce5 100644
--- a/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
+++ b/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
@@ -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;
diff --git
a/superset-frontend/src/common/components/DropdownButton/DropdownButton.stories.tsx
b/superset-frontend/src/components/DropdownButton/DropdownButton.stories.tsx
similarity index 100%
rename from
superset-frontend/src/common/components/DropdownButton/DropdownButton.stories.tsx
rename to
superset-frontend/src/components/DropdownButton/DropdownButton.stories.tsx
diff --git a/superset-frontend/src/common/components/DropdownButton/index.tsx
b/superset-frontend/src/components/DropdownButton/index.tsx
similarity index 100%
rename from superset-frontend/src/common/components/DropdownButton/index.tsx
rename to superset-frontend/src/components/DropdownButton/index.tsx