mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Removed challenge access restriction (#9652)
This commit is contained in:
@@ -712,7 +712,6 @@ export default {
|
|||||||
this.task.down = !this.task.down;
|
this.task.down = !this.task.down;
|
||||||
},
|
},
|
||||||
toggleTagSelect () {
|
toggleTagSelect () {
|
||||||
if (this.challengeAccessRequired) return;
|
|
||||||
this.showTagsSelect = !this.showTagsSelect;
|
this.showTagsSelect = !this.showTagsSelect;
|
||||||
},
|
},
|
||||||
sortedChecklist (data) {
|
sortedChecklist (data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user