mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
fix warning from semantic-ui-react Search component
This commit is contained in:
@@ -11,14 +11,17 @@
|
|||||||
"key": "records",
|
"key": "records",
|
||||||
"text": _("All") + " " + config.THEME_SITENAME,
|
"text": _("All") + " " + config.THEME_SITENAME,
|
||||||
"value": url_for("invenio_search_ui.search"),
|
"value": url_for("invenio_search_ui.search"),
|
||||||
|
"title": "repo",
|
||||||
},{
|
},{
|
||||||
"key": "marc21",
|
"key": "marc21",
|
||||||
"text": _("search publications (thesis, books, papers, etc)"),
|
"text": _("search publications (thesis, books, papers, etc)"),
|
||||||
"value": url_for("invenio_records_marc21.search"),
|
"value": url_for("invenio_records_marc21.search"),
|
||||||
|
"title": "publication",
|
||||||
},{
|
},{
|
||||||
"key": "lom",
|
"key": "lom",
|
||||||
"text": _("search open educational resources"),
|
"text": _("search open educational resources"),
|
||||||
"value": url_for("invenio_records_lom.search"),
|
"value": url_for("invenio_records_lom.search"),
|
||||||
|
"title": "oer",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
%}
|
%}
|
||||||
|
|||||||
Reference in New Issue
Block a user