mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
update seafile-js api (#4405)
This commit is contained in:
@@ -199,7 +199,7 @@ class ShareAdminUploadLinks extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
seafileAPI.listUploadLinks().then((res) => {
|
||||
seafileAPI.listUserUploadLinks().then((res) => {
|
||||
let items = res.data.map(item => {
|
||||
return new UploadLink(item);
|
||||
});
|
||||
|
Reference in New Issue
Block a user