mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
Add return[] from dirent-grid-view.js
This commit is contained in:
@@ -424,6 +424,8 @@ class DirentGridView extends React.Component{
|
|||||||
menuList.push(DETAILS);
|
menuList.push(DETAILS);
|
||||||
return menuList;
|
return menuList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Reference in New Issue
Block a user