mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
unStarItem -> unstarItem (#3181)
This commit is contained in:
@@ -111,7 +111,7 @@ class DirentListItem extends React.Component {
|
||||
let filePath = this.getDirentPath(dirent);
|
||||
|
||||
if (dirent.starred) {
|
||||
seafileAPI.unStarItem(repoID, filePath).then(() => {
|
||||
seafileAPI.unstarItem(repoID, filePath).then(() => {
|
||||
this.props.updateDirent(this.props.dirent, 'starred', false);
|
||||
});
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user