[dashboard] increase tab count limit (#9640)

This commit is contained in:
Grace Guo 2020-04-24 13:41:33 -07:00 committed by GitHub
parent 1c656feb95
commit 29dd989483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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