From b9360c3b8f641f64a84f5a57120ff784ed61ae98 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 13 Mar 2026 15:27:14 +0000 Subject: [PATCH] Revert ":bug: Fix dashboard crash when team-id prop is undefined" This reverts commit 5a127e6c1e0bfb21b2443a7f8542cc926f273907. --- frontend/src/app/main/ui/dashboard.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/ui/dashboard.cljs b/frontend/src/app/main/ui/dashboard.cljs index 782bd75d3f..04c376def4 100644 --- a/frontend/src/app/main/ui/dashboard.cljs +++ b/frontend/src/app/main/ui/dashboard.cljs @@ -263,7 +263,6 @@ (swap! storage/session dissoc :template)))))) (mf/defc dashboard* - {::mf/props :obj} [{:keys [profile project-id team-id search-term plugin-url template section]}] (let [team (mf/deref refs/team) projects (mf/deref refs/projects)