From 11cd61ff843fcedf062e1ce8182b0b7415af5ef1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 15 Mar 2024 17:22:07 +0100 Subject: [PATCH] chore: remove useless back button from table editor --- umap/static/umap/js/umap.tableeditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.tableeditor.js b/umap/static/umap/js/umap.tableeditor.js index d856ecdf..d84e55ea 100644 --- a/umap/static/umap/js/umap.tableeditor.js +++ b/umap/static/umap/js/umap.tableeditor.js @@ -112,7 +112,7 @@ U.TableEditor = L.Class.extend({ this.datalayer.map.fullPanel.open({ data: { html: this.table }, className: 'umap-table-editor', - actions: [addButton, U.Browser.backButton(this.datalayer.map)], + actions: [addButton], }) }, })