mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
update seafile-js api (#4405)
This commit is contained in:
@@ -353,7 +353,7 @@ class ShareAdminShareLinks extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
seafileAPI.listShareLinks().then((res) => {
|
||||
seafileAPI.listUserShareLinks().then((res) => {
|
||||
let items = res.data.map(item => {
|
||||
return new ShareLink(item);
|
||||
});
|
||||
|
Reference in New Issue
Block a user