Fix Team Drive is read only even for owners #464
parent
62f133dc63
commit
fd36825f45
|
@ -309,7 +309,9 @@ define([
|
|||
isNewChannel: Store.isNewChannel
|
||||
}, id, sf, waitFor());
|
||||
});
|
||||
}).nThen(waitFor());
|
||||
}).nThen(function () {
|
||||
setTimeout(waitFor());
|
||||
});
|
||||
};
|
||||
|
||||
return SF;
|
||||
|
|
Loading…
Reference in New Issue