Remove default contributors value in propsal component
It seems that this somehow prevents/overwrites the contributors which actually should be loaded in the controller.
This commit is contained in:
@@ -28,8 +28,6 @@ export default Component.extend({
|
||||
description: null,
|
||||
url: null,
|
||||
});
|
||||
|
||||
this.set('contributors', []);
|
||||
},
|
||||
|
||||
didInsertElement() {
|
||||
|
||||
Reference in New Issue
Block a user