Fix Team Drive is read only even for owners #464

pull/1/head
yflory 5 years ago
parent 62f133dc63
commit fd36825f45

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

Loading…
Cancel
Save