Fix delete dialog

This commit is contained in:
pietervdvn 2021-07-28 15:41:16 +02:00
parent 57e43a2fbb
commit 7bb32ae401

View file

@ -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`)