From 585c273cd661cc30be95095cf288f02828c752ce Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 23 Dec 2024 12:20:03 +0100 Subject: [PATCH] :bug: Fix dashboard fonts section nav link --- frontend/src/app/main/data/common.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/common.cljs b/frontend/src/app/main/data/common.cljs index 925c31467..f1ff93055 100644 --- a/frontend/src/app/main/data/common.cljs +++ b/frontend/src/app/main/data/common.cljs @@ -307,7 +307,7 @@ ptk/WatchEvent (watch [_ state _] (let [team-id (or team-id (:current-team-id state))] - (rx/of (rt/nav :dashboard-libraries {:team-id team-id})))))) + (rx/of (rt/nav :dashboard-fonts {:team-id team-id})))))) (defn go-to-dashboard-recent [& {:keys [team-id] :as options}]