Skip to content

Commit

Permalink
Merge pull request #691 from /issues/670
Browse files Browse the repository at this point in the history
issues #670 fixed
  • Loading branch information
Vishwas1 authored Dec 21, 2021
2 parents 83b2d3e + f953334 commit 5008811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/admin/Participants.vue
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@ export default {
await this.fetchProjectData(0, this.perPage);
this.holdInvestors = this.project.investors;
}
else{
this.project.investors=[];
}
},
filterVerified(label) {
Expand Down

0 comments on commit 5008811

Please sign in to comment.