Skip to content

Commit

Permalink
intelligent default
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Sep 26, 2024
1 parent 808260c commit e38dfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fiftyone/operators/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ def resolve_input(self, ctx):
inputs.enum(
"name",
slice_selector.values(),
default=None,
default=ctx.group_slice,
required=True,
label="Group slice",
description="The group slice to rename",
Expand Down Expand Up @@ -1552,7 +1552,7 @@ def resolve_input(self, ctx):
inputs.enum(
"name",
slice_selector.values(),
default=None,
default=ctx.group_slice,
required=True,
label="Group slice",
description="The group slice to delete",
Expand Down

0 comments on commit e38dfd0

Please sign in to comment.