Refactor contributor model #30

Merged
fsmanuel merged 4 commits from refactor/models into master 2018-04-07 17:22:34 +00:00
Showing only changes of commit 05cd801692 - Show all commits
+1 -1
View File
@@ -16,7 +16,6 @@ export default Component.extend({
github_username: null,
github_uid: null,
wiki_username: null,
profileHash: null,
isCore: false,
},
@@ -61,6 +60,7 @@ export default Component.extend({
saved.then(() => {
this.reset();
window.scroll(0,0);
window.alert('Contributor added.');
});
}
}