Skip to content

Commit

Permalink
[dashboard] increase tab count limit (#9640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Apr 24, 2020
1 parent 1c656fe commit 29dd989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 29dd989

Please sign in to comment.