mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
change add wiki button (#6199)
* change add wiki button * add wikis dropdown to add wiki * change permission
This commit is contained in:
@@ -15,6 +15,7 @@ const propTypes = {
|
||||
onTransferRepo: PropTypes.func.isRequired,
|
||||
onMonitorRepo: PropTypes.func.isRequired,
|
||||
inAllLibs: PropTypes.bool, // for 'My Libraries' in 'Files' page
|
||||
currentViewMode: PropTypes.string,
|
||||
};
|
||||
|
||||
class MylibRepoListView extends React.Component {
|
||||
@@ -102,7 +103,7 @@ class MylibRepoListView extends React.Component {
|
||||
</table>
|
||||
) : (
|
||||
<div className="d-flex justify-content-between flex-wrap">
|
||||
{this.renderRepoListView()}
|
||||
{this.renderRepoListView()}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user