Refactor contract interaction in its own module #42

Merged
bumi merged 11 commits from kredits-module into master 2018-04-10 13:46:58 +00:00
Showing only changes of commit b9fa0e2d60 - Show all commits
+1 -1
View File
@@ -53,7 +53,7 @@ export default Component.extend({
saved.then(() => {
this.reset();
window.scroll(0,0);
window.alert('Contributor added.');
window.alert('Proposal added.');
});
fsmanuel commented 2018-04-10 12:09:39 +00:00 (Migrated from github.com)
Review

Good catch!

Good catch!
}
}