mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
feat: metadata custom select font (#6674)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -44,7 +44,6 @@ class FileAccessLog extends React.Component {
|
||||
const avatarSize = 24 * 2;
|
||||
fileAccessLogAPI.listFileAccessLog(repoID, filePath, page, perPage, avatarSize).then((res) => {
|
||||
const { data: newItems } = res.data;
|
||||
console.log(newItems);
|
||||
this.setState({
|
||||
isLoading: false,
|
||||
isLoadingMore: false,
|
||||
|
Reference in New Issue
Block a user