Skip to content

Commit

Permalink
fix user settings checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jul 6, 2024
1 parent 6382fc0 commit 4760da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pointercrate-user-pages/src/account/users.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ impl AccountPageTab for UsersTab {
@let name_in_snake_case = permission.name().to_lowercase().replace(' ', "-");

label.cb-container.form-input #(name_in_snake_case) for = (name_in_snake_case) data-bit = (permission.bit()) {
input type = "checkbox" name = (name_in_snake_case);
i {
(permission.name())
}
Expand Down

0 comments on commit 4760da1

Please sign in to comment.