Skip to content

Commit

Permalink
[Bug Fix] cannot grant forum access (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
donrestarone and alis-khadka authored Jan 11, 2023
1 parent 7c50d87 commit 4604930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/comfy/admin/users/_form.haml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
// On initialization
if (moderator_checkbox.prop('checked')) {
forum_access_checkbox.prop('checked', true);
} else {
forum_access_checkbox.prop('checked', false);
}

// Add event listener
Expand Down

0 comments on commit 4604930

Please sign in to comment.