Skip to content

Commit

Permalink
fix: groups method changed to get_all_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli committed Nov 16, 2023
1 parent 1fa4c82 commit 11d26aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl DatabaseViewEditor {
.as_ref()
.and_then(|group_controller| {
group_controller
.groups()
.get_all_groups()
.iter()
.find(|group| group.contains_row(&row_id))
.cloned()
Expand Down

0 comments on commit 11d26aa

Please sign in to comment.