Skip to content

Commit 3ad9b5c

Browse files
committed
Fix number of edit before alerto to save
1 parent 27ea315 commit 3ad9b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/map/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ That may not be your case, but note that Osmose-QA is not intended to be used fo
279279
},
280280
281281
editionStack(): void {
282-
if (this.editionStack.length == 1) {
282+
if (this.editionStack.length == 30) {
283283
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.`))
284284
}
285285
},

0 commit comments

Comments
 (0)