diff --git a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx index ce565fec3..019a0af7b 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx @@ -35,7 +35,7 @@ import { TAB_TYPE } from '../../util/componentTypes'; import { LOG_ACTIONS_SELECT_DASHBOARD_TAB } from '../../../logger/LogUtils'; const NEW_TAB_INDEX = -1; -const MAX_TAB_COUNT = 7; +const MAX_TAB_COUNT = 10; const propTypes = { id: PropTypes.string.isRequired,