Skip to content

Commit

Permalink
Fixes issue with global search (Netflix#3047) (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: kevgliss <kevgliss@gmail.com>
  • Loading branch information
rutvijmehta-harness and kevgliss authored Mar 17, 2023
1 parent e46c1cc commit 7f6479e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class SearchTypes(DispatchEnum):
plugin = "Plugin"
query = "Query"
search_filter = "SearchFilter"
case = "Case"
service = "Service"
source = "Source"
tag = "Tag"
Expand Down

0 comments on commit 7f6479e

Please sign in to comment.