[dashboard] increase tab count limit (#9640)
This commit is contained in:
parent
1c656feb95
commit
29dd989483
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue