This is an automated email from the ASF dual-hosted git repository. amitmiran pushed a commit to branch 1.2 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 69e24bb0295dfa96eee96aa10d5ede2990aae201 Author: Phillip Kelley-Dotson <[email protected]> AuthorDate: Wed May 12 11:47:29 2021 -0700 fix: dashboard side actions (#14587) * fix dashboard side actions * lint being lint (cherry picked from commit bfbf767663ebe8bfa6bf9ab230050e6d00b19102) --- .../src/dashboard/components/DashboardBuilder/DashboardContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx index 7d5d07d..4bdd667 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx @@ -72,6 +72,7 @@ const DashboardContainer: FC<DashboardContainerProps> = ({ topLevelTabs }) => { activeKey={activeKey} renderTabBar={() => <></>} fullWidth={false} + allowOverflow > {childIds.map((id, index) => ( // Matching the key of the first TabPane irrespective of topLevelTabs
