fix: dashboard side actions (#14587)

* fix dashboard side actions

* lint being lint
This commit is contained in:
Phillip Kelley-Dotson 2021-05-12 11:47:29 -07:00 committed by GitHub
parent ada380982b
commit bfbf767663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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