feat(callee-info): Redesign.
This commit is contained in:
committed by
Hristo Terezov
parent
485ff81443
commit
769e782c6f
+3
-1
@@ -113,8 +113,10 @@ function initCommands() {
|
||||
|
||||
switch (name) {
|
||||
case 'invite':
|
||||
// The store should be already available because API.init is called
|
||||
// on appWillMount action.
|
||||
APP.store.dispatch(
|
||||
invite(request.invitees))
|
||||
invite(request.invitees, true))
|
||||
.then(failedInvitees => {
|
||||
let error;
|
||||
let result;
|
||||
|
||||
Reference in New Issue
Block a user