Remove ErrorDialog and QuestionDialog to react-sdk

This commit is contained in:
Kegan Dougal 2015-11-30 14:11:28 +00:00
parent 83b3702769
commit fd4d7eba12
9 changed files with 12 additions and 132 deletions

View file

@ -46,7 +46,7 @@ module.exports = React.createClass({
).done(function() {
// message should disappear by itself
}, function(e) {
var ErrorDialog = sdk.getComponent("organisms.ErrorDialog");
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
// display error message stating you couldn't delete this.
var code = e.errcode || e.statusCode;
Modal.createDialog(ErrorDialog, {