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:
2019-04-03 13:46:49 +02:00
parent c3f2afcaf5
commit bd2a640be0
-2
View File
@@ -28,8 +28,6 @@ export default Component.extend({
description: null,
url: null,
});
this.set('contributors', []);
},
didInsertElement() {