Switch to contribution token instead of proposals
No vetos yet, and only for collections (not creation). closes #20
This commit is contained in:
@@ -23,7 +23,7 @@ export default Route.extend({
|
||||
},
|
||||
|
||||
afterModel() {
|
||||
return this.kredits.loadContributorsAndProposals()
|
||||
return this.kredits.loadInitialData()
|
||||
.then(() => {
|
||||
this.kredits.addContractEventHandlers();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user