mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Fixes #4719. Guild select for challenges pre-populates with first group
This commit is contained in:
@@ -33,7 +33,7 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
|
|||||||
todos: [],
|
todos: [],
|
||||||
rewards: [],
|
rewards: [],
|
||||||
leader: User.user._id,
|
leader: User.user._id,
|
||||||
group: null,
|
group: $scope.groups[0]._id,
|
||||||
timestamp: +(new Date),
|
timestamp: +(new Date),
|
||||||
members: [],
|
members: [],
|
||||||
official: false
|
official: false
|
||||||
|
|||||||
Reference in New Issue
Block a user