From 7bb32ae401d0085d4c4f6df16cee9d27f9e73dcb Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 28 Jul 2021 15:41:16 +0200 Subject: [PATCH] Fix delete dialog --- Customizations/JSON/DeleteConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customizations/JSON/DeleteConfig.ts b/Customizations/JSON/DeleteConfig.ts index 3112afd97e..d8fe88458d 100644 --- a/Customizations/JSON/DeleteConfig.ts +++ b/Customizations/JSON/DeleteConfig.ts @@ -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`)