1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

use react-fake-view for dashboard/starred/linked-devices page (#2516)

This commit is contained in:
lian
2018-11-10 17:54:45 +08:00
committed by Daniel Pan
parent 1a88ba8787
commit 0915a44103
3 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ class Item extends Component {
const data = this.props.data;
seafileAPI.unLinkDevice(data.platform, data.device_id).then((res) => {
seafileAPI.unlinkDevice(data.platform, data.device_id).then((res) => {
this.setState({
unlinked: true
});