graceguo-supercat commented on a change in pull request #11676:
URL:
https://github.com/apache/incubator-superset/pull/11676#discussion_r522441987
##########
File path: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
##########
@@ -35,8 +35,6 @@ import { NEW_TAB_ID, DASHBOARD_ROOT_ID } from
'../../util/constants';
import { RENDER_TAB, RENDER_TAB_CONTENT } from './Tab';
import { TAB_TYPE } from '../../util/componentTypes';
-const MAX_TAB_COUNT = 10;
Review comment:
we used to limit number of tabs in dashboard, to avoid tabs wrapping.
AntD has better solution to manage this. remove limit!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]