Fix error dialog on conf call error

pull/21833/head
David Baker 2016-09-05 17:03:10 +01:00
parent 31e09e6137
commit d782d5bbc7
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ function _onAction(payload) {
).done(function(call) { ).done(function(call) {
placeCall(call); placeCall(call);
}, function(err) { }, function(err) {
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
Modal.createDialog(ErrorDialog, { Modal.createDialog(ErrorDialog, {
title: "Failed to set up conference call", title: "Failed to set up conference call",
description: "Conference call failed: " + err, description: "Conference call failed: " + err,