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)