chore: remove useless back button from table editor
This commit is contained in:
parent
c5e3dfb95c
commit
11cd61ff84
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue