1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Add sharing dialog and optimize nav-link style (#2580)

This commit is contained in:
C_Q
2018-12-06 11:28:16 +08:00
committed by Daniel Pan
parent 4b74fcee56
commit 16d6b9c6d0
19 changed files with 1247 additions and 221 deletions

View File

@@ -6,7 +6,7 @@ import SideNavFooter from './side-nav-footer';
const propTypes = {
isSidePanelClosed: PropTypes.bool.isRequired,
currentTab: PropTypes.string.isRequired,
currentTab: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
onCloseSidePanel: PropTypes.func.isRequired,
tabItemClick: PropTypes.func.isRequired,
draftCounts: PropTypes.number,