Fix Clean CryptDrive button in settings

This commit is contained in:
yflory
2019-04-23 13:35:05 +02:00
parent 126a379ed2
commit ad3ee14d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -635,7 +635,7 @@ define([
nThen(function (waitFor) {
removeOwnedPads(waitFor);
}).nThen(function () {
store.proxy.drive = store.fo.getStructure();
store.proxy.drive = store.userObject.getStructure();
sendDriveEvent('DRIVE_CHANGE', {
path: ['drive', 'filesData']
}, clientId);