Remove default contributors value in propsal component #93

Merged
bumi merged 2 commits from fix/contributor-list-on-proposals into master 2019-04-03 17:02:06 +00:00
Showing only changes of commit bd2a640be0 - Show all commits
-2
View File
@@ -28,8 +28,6 @@ export default Component.extend({
description: null,
url: null,
});
this.set('contributors', []);
},
didInsertElement() {