mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:01:16 +01:00
Do not set modified date when saving
This commit is contained in:
parent
019dfe9f8a
commit
74b3ef9e88
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ export default class App extends React.Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
saveStyle(snapshotStyle) {
|
saveStyle(snapshotStyle) {
|
||||||
snapshotStyle.modified = new Date().toJSON()
|
|
||||||
this.styleStore.save(snapshotStyle)
|
this.styleStore.save(snapshotStyle)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue