Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0' of https://github.com/voxel51/fiftyone
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
voxel51-bot committed Sep 28, 2024
2 parents be1e074 + 543ecf3 commit ab426cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/operators/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ def _create_summary_field_inputs(ctx, inputs):
group_by_keys = sorted(p for p in schema if p.startswith(group_prefix))
group_by_selector = types.AutocompleteView()
for group in group_by_keys:
group_by_selector.add_choice(group.name, label=group.name)
group_by_selector.add_choice(group, label=group)

inputs.enum(
"group_by",
Expand Down

0 comments on commit ab426cb

Please sign in to comment.