Fix Team Drive is read only even for owners #464

pull/1/head
yflory 2019-11-19 12:07:05 +01:00
parent 62f133dc63
commit fd36825f45
1 changed files with 3 additions and 1 deletions

View File

@ -309,7 +309,9 @@ define([
isNewChannel: Store.isNewChannel
}, id, sf, waitFor());
});
}).nThen(waitFor());
}).nThen(function () {
setTimeout(waitFor());
});
};
return SF;