Skip to content

Commit 1dc18c6

Browse files
committed
Fix remove marker on editor done
1 parent 9682a17 commit 1dc18c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/map/editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ export default Vue.extend({
215215
216216
fetch(API_URL + `/api/0.3/issue/${uuid}/done`).then(() => {
217217
this.$emit('issue-done')
218+
this.status = null
218219
})
219220
220-
this.status = null
221221
},
222222
223223
cancel(): void {

0 commit comments

Comments
 (0)