Fix capitalisation
This commit is contained in:
parent
10c7964afe
commit
758d0f3287
|
@ -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" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue