Skip to content
Snippets Groups Projects
Commit d2a1433d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

update structure column name

parent 5d50d1ba
No related branches found
No related tags found
No related merge requests found
Pipeline #129140 failed
......@@ -46,8 +46,8 @@ const autocompleteMeiliFacetsProps = ref<AutocompleteMeiliFacetProps>({
db: toValue(dbName),
facets: [
{ title: "Defense System", type: "subheader" },
{ title: "System", value: "System", type: "facet", icon: "i-tabler:virus-off", },
{ title: "Subsystem", value: "subtype", type: "facet", icon: "i-tabler:virus-off" },
{ title: "System", value: "system", type: "facet", icon: "i-tabler:virus-off", },
{ title: "Subsystem", value: "subsystem", type: "facet", icon: "i-tabler:virus-off" },
{ type: "divider" },
{ title: "Completed", value: "completed", type: "facet", icon: "md:done" },
{ title: "Prediction type", value: "prediction_type", type: "facet", icon: "i-gravity-ui:molecule" },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment