From 407b664910b76529d895a484d76577356e6e899c Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Tue, 28 Jan 2025 14:47:37 +0100 Subject: [PATCH] :bug: Fix problem with plugin data null values (#5696) --- common/src/app/common/files/changes.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/changes.cljc b/common/src/app/common/files/changes.cljc index 251e4e90d..f9b351d6d 100644 --- a/common/src/app/common/files/changes.cljc +++ b/common/src/app/common/files/changes.cljc @@ -907,7 +907,7 @@ (letfn [(update-fn [data] (if (some? value) (assoc-in data [:plugin-data namespace key] value) - (update-in data [:plugin-data namespace] dissoc key)))] + (d/update-in-when data [:plugin-data namespace] dissoc key)))] (case object-type :file