Fix Team Drive is read only even for owners #464
This commit is contained in:
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…
x
Reference in New Issue
Block a user