Fix capitalisation
This commit is contained in:
parent
10c7964afe
commit
758d0f3287
|
@ -18,7 +18,7 @@
|
|||
let searchTerm = ""
|
||||
let filter = "all"
|
||||
let filterOptions = [
|
||||
{ label: "All Plugins", value: "all" },
|
||||
{ label: "All plugins", value: "all" },
|
||||
{ label: "Components", value: "component" },
|
||||
{ label: "Datasources", value: "datasource" },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue