Oct 5 fixes (#9163)

* Added removing invites

* Addeed messages for empty gems to icon

* Added member for challenge members

* Fixed task cloning ending

* Fixed group task assignment

* Added small hack to prevent scrolling issues

* Fixed lint
This commit is contained in:
Keith Holliday
2017-10-05 14:41:03 -05:00
committed by GitHub
parent 3377f8a916
commit 58b033db9e
10 changed files with 95 additions and 8 deletions

View File

@@ -301,6 +301,9 @@ export default {
challengeId: this.searchId,
tasks: clonedTasks,
});
this.$store.state.challengeOptions.cloning = false;
this.$store.state.challengeOptions.tasksToClone = [];
},
async loadChallenge () {
this.challenge = await this.$store.dispatch('challenges:getChallenge', {challengeId: this.searchId});