1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

[share admin] libs: modified api name

This commit is contained in:
llj
2018-11-19 14:26:23 +08:00
parent e2dc2d070a
commit a3e4da7e24

View File

@@ -256,7 +256,7 @@ class ShareAdminLibraries extends Component {
}
componentDidMount() {
seafileAPI.listSharedLibraries().then((res) => {
seafileAPI.listSharedRepos().then((res) => {
// res: {data: Array(2), status: 200, statusText: "OK", headers: {…}, config: {…}, …}
this.setState({
loading: false,