forked from MapComplete/MapComplete
Fix delete dialog
This commit is contained in:
parent
57e43a2fbb
commit
7bb32ae401
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default class DeleteConfig {
|
|||
}
|
||||
})
|
||||
|
||||
this.softDeletionTags = null;
|
||||
this.softDeletionTags = undefined;
|
||||
if(json.softDeletionTags !== undefined){
|
||||
this.softDeletionTags = FromJSON.Tag(json.softDeletionTags,`${context}.softDeletionTags`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue