fix warning from semantic-ui-react Search component

This commit is contained in:
Christoph Ladurner
2022-07-26 22:46:32 +02:00
parent 95d27fdd8c
commit c3f55030dc

View File

@@ -11,14 +11,17 @@
"key": "records",
"text": _("All") + " " + config.THEME_SITENAME,
"value": url_for("invenio_search_ui.search"),
"title": "repo",
},{
"key": "marc21",
"text": _("search publications (thesis, books, papers, etc)"),
"value": url_for("invenio_records_marc21.search"),
"title": "publication",
},{
"key": "lom",
"text": _("search open educational resources"),
"value": url_for("invenio_records_lom.search"),
"title": "oer",
}
]
%}