Skip to content

Commit

Permalink
Fix number of edit before alerto to save
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jun 9, 2024
1 parent 27ea315 commit 3ad9b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/map/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ That may not be your case, but note that Osmose-QA is not intended to be used fo
},
editionStack(): void {
if (this.editionStack.length == 1) {
if (this.editionStack.length == 30) {
alert(this.$t(`You have made a large number changes with the tags editor. Think about saving your changes. You can save multiple times while keeping the same changeset.`))
}
},
Expand Down

0 comments on commit 3ad9b5c

Please sign in to comment.