mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
wip: display a message after deleting rows
This commit is contained in:
parent
0c314f94a8
commit
ba69bf556c
2 changed files with 1 additions and 1 deletions
|
@ -141,6 +141,7 @@ U.TableEditor = L.Class.extend({
|
|||
this.datalayer.isDirty = true
|
||||
this.datalayer.show()
|
||||
this.edit()
|
||||
U.Alert.info(L._('Deleted {count} rows', { count: matched.length }))
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ from umap.models import DataLayer
|
|||
|
||||
from ..base import DataLayerFactory
|
||||
|
||||
|
||||
DATALAYER_DATA = {
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
|
|
Loading…
Reference in a new issue