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

Merge branch 'operon-struct-type' into operon-struct-type-article-update

parents 9a2e57e1 d2a1433d
No related branches found
No related tags found
No related merge requests found
Pipeline #129141 waiting for manual action with stages
in 8 minutes and 9 seconds
......@@ -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