Show Loader while leaving

This commit is contained in:
Erik Johnston
2015-07-22 13:39:36 +01:00
parent b9fd174f72
commit ed1cb44deb
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -56,5 +56,7 @@ module.exports = {
);
React.render(dialog, this.getOrCreateContainer());
return {close: closeDialog};
},
};