Skip to content

Commit

Permalink
Increase max events filtered to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed Oct 1, 2024
1 parent 5500d31 commit 4530139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotnetEventsViewer/Components/QueryBuilder.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AutoComplete="off"
Placeholder="Select event names"
OnOptionsSearch="@OnEventKeySearch"
MaximumSelectedOptions="3"
MaximumSelectedOptions="4"
OptionText="k => k.EventName"
@bind-SelectedOptions:get="Query.EventKeys"
@bind-SelectedOptions:set="(IEnumerable<EventKey>? k) => Query.EventKeys = k!.ToArray()"
Expand Down

0 comments on commit 4530139

Please sign in to comment.