Add alert message after saved
This commit was merged in pull request #30.
This commit is contained in:
@@ -16,7 +16,6 @@ export default Component.extend({
|
|||||||
github_username: null,
|
github_username: null,
|
||||||
github_uid: null,
|
github_uid: null,
|
||||||
wiki_username: null,
|
wiki_username: null,
|
||||||
profileHash: null,
|
|
||||||
isCore: false,
|
isCore: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -61,6 +60,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.');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user