1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +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

@@ -29,7 +29,7 @@ class ReviewListView extends React.Component {
let items = this.props.itemsList;
return (
<Fragment>
<Nav tabs>
<Nav pills>
<NavItem>
<NavLink
className={classnames({ active: this.props.activeTab === 'open' })}