Skip to content

Commit

Permalink
chore: change selection template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent 0c9e49b commit 805312a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extpostman/action_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ func (f PostmanAction) Describe() action_kit_api.ActionDescription {
// A template can be used to pre-fill a selection
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "by collection name",
Label: "collection name",
Query: "postman.collection.name=\"\"",
},
{
Label: "by collection id",
Label: "collection id",
Query: "postman.collection.id=\"\"",
},
}),
Expand Down

0 comments on commit 805312a

Please sign in to comment.