1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00

Fix capitalisation

This commit is contained in:
Andrew Kingston 2022-09-12 16:19:58 +01:00
parent c89eb19944
commit 0415a67ef0

View file

@ -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" },
]