Skip to content

Commit

Permalink
fix: fix resource type list search label (#4302)
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug authored Oct 3, 2024
1 parent 8e9a157 commit 0d21289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let pageFilterTemplate: IFilter[] = [
{
id: "search",
config: {
label: "Search in resources",
label: `Search in ${resourceType.value.plural.toLowerCase()}`,
type: "SEARCH",
searchTables: ["collectionEvents", "subpopulations"],
initialCollapsed: false,
Expand Down

0 comments on commit 0d21289

Please sign in to comment.