chore: remove useless back button from table editor

This commit is contained in:
Yohan Boniface 2024-03-15 17:22:07 +01:00
parent c5e3dfb95c
commit 11cd61ff84

View file

@ -112,7 +112,7 @@ U.TableEditor = L.Class.extend({
this.datalayer.map.fullPanel.open({ this.datalayer.map.fullPanel.open({
data: { html: this.table }, data: { html: this.table },
className: 'umap-table-editor', className: 'umap-table-editor',
actions: [addButton, U.Browser.backButton(this.datalayer.map)], actions: [addButton],
}) })
}, },
}) })