Fix capitalisation
This commit is contained in:
parent
c89eb19944
commit
0415a67ef0
|
@ -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