From 047483a70a56da3fe25ccff6020e5784b8c9065a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 22 Dec 2025 20:20:43 +0100 Subject: [PATCH] :bug: Fix deleted files thumbnails generation --- frontend/src/app/main/data/dashboard.cljs | 1 + frontend/src/app/main/ui/dashboard/deleted.cljs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/dashboard.cljs b/frontend/src/app/main/data/dashboard.cljs index 4a8a17a94f..d4a3860ccc 100644 --- a/frontend/src/app/main/data/dashboard.cljs +++ b/frontend/src/app/main/data/dashboard.cljs @@ -490,6 +490,7 @@ (-> state (d/update-in-when [:files file-id] assoc :thumbnail-id thumbnail-id) (d/update-in-when [:recent-files file-id] assoc :thumbnail-id thumbnail-id) + (d/update-in-when [:deleted-files file-id] assoc :thumbnail-id thumbnail-id) (d/update-when :dashboard-search-result update-search-files)))))) ;; --- EVENT: create-file diff --git a/frontend/src/app/main/ui/dashboard/deleted.cljs b/frontend/src/app/main/ui/dashboard/deleted.cljs index 5ebb52aa54..436ace8b1d 100644 --- a/frontend/src/app/main/ui/dashboard/deleted.cljs +++ b/frontend/src/app/main/ui/dashboard/deleted.cljs @@ -197,7 +197,6 @@ (l/derived :deleted-files st/state)) (mf/defc deleted-section* - {::mf/props :obj} [{:keys [team projects]}] (let [deleted-map (mf/deref ref:deleted-files)