Fix capitalisation

This commit is contained in:
Andrew Kingston 2022-09-12 16:19:58 +01:00
parent 10c7964afe
commit 758d0f3287
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
let searchTerm = "" let searchTerm = ""
let filter = "all" let filter = "all"
let filterOptions = [ let filterOptions = [
{ label: "All Plugins", value: "all" }, { label: "All plugins", value: "all" },
{ label: "Components", value: "component" }, { label: "Components", value: "component" },
{ label: "Datasources", value: "datasource" }, { label: "Datasources", value: "datasource" },
] ]