This is an automated email from the ASF dual-hosted git repository.
pkdotson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from b83ee46 chore: Moves Modal to the components folder (#14130)
add 77a9cc7 chore: Moves Collapse to the components folder (#14124)
No new revisions were added by this update.
Summary of changes:
.../spec/javascripts/explore/components/ControlPanelsContainer_spec.tsx | 2 +-
superset-frontend/spec/javascripts/sqllab/TableElement_spec.jsx | 2 +-
superset-frontend/src/SqlLab/components/SqlEditorLeftBar.jsx | 2 +-
superset-frontend/src/SqlLab/components/TableElement.jsx | 2 +-
superset-frontend/src/common/components/index.tsx | 2 +-
.../src/{common => }/components/Collapse/Collapse.stories.tsx | 0
.../src/{common => }/components/Collapse/Collapse.test.tsx | 0
superset-frontend/src/{common => }/components/Collapse/index.tsx | 0
.../src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx | 2 +-
superset-frontend/src/explore/components/ControlPanelsContainer.tsx | 2 +-
superset-frontend/src/explore/components/DataTablesPane/index.tsx | 2 +-
superset-frontend/src/explore/components/DatasourcePanel/index.tsx | 2 +-
.../src/explore/components/controls/FixedOrMetricControl/index.jsx | 2 +-
superset-frontend/src/views/CRUD/welcome/Welcome.tsx | 2 +-
14 files changed, 11 insertions(+), 11 deletions(-)
rename superset-frontend/src/{common =>
}/components/Collapse/Collapse.stories.tsx (100%)
rename superset-frontend/src/{common =>
}/components/Collapse/Collapse.test.tsx (100%)
rename superset-frontend/src/{common => }/components/Collapse/index.tsx (100%)