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:
@@ -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
|
||||
});
|
||||
|
Reference in New Issue
Block a user