This commit is contained in:
2018-04-09 14:58:25 +02:00
parent 41a04d6b53
commit b9fa0e2d60
+1 -1
View File
@@ -53,7 +53,7 @@ export default Component.extend({
saved.then(() => { saved.then(() => {
this.reset(); this.reset();
window.scroll(0,0); window.scroll(0,0);
window.alert('Contributor added.'); window.alert('Proposal added.');
}); });
} }
} }