Skip to content
Snippets Groups Projects
Commit 233146d7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

REFACTOR: rename div

parent 7f990c5f
No related branches found
No related tags found
2 merge requests!152Release 0.16.0,!151FEAT: allow to export entities as xlsx via a button in gui
Pipeline #62588 passed
......@@ -35,7 +35,7 @@ var ext_export_to_xlsx = function ($, logger) {
* Add a button to add all query results to bookmarks.
*/
const add_add_query_results_button = function () {
const row_id = "caosdb-f-add-query-to-bookmarks-row"
const row_id = "caosdb-f-export-entities-row"
// do nothing if already existing
if ($("#" + row_id).length > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment