diff --git a/frontend/src/app/main/data/dashboard/shortcuts.cljs b/frontend/src/app/main/data/dashboard/shortcuts.cljs index fc10359960..983c89ae90 100644 --- a/frontend/src/app/main/data/dashboard/shortcuts.cljs +++ b/frontend/src/app/main/data/dashboard/shortcuts.cljs @@ -8,8 +8,7 @@ (:require [app.main.data.dashboard :as dd] [app.main.data.shortcuts :as ds] - [app.main.store :as st] - )) + [app.main.store :as st])) (def shortcuts {:go-to-search {:tooltip (ds/meta "F") diff --git a/frontend/src/app/main/data/workspace/changes.cljs b/frontend/src/app/main/data/workspace/changes.cljs index c6cb36c170..2b5a57c7d1 100644 --- a/frontend/src/app/main/data/workspace/changes.cljs +++ b/frontend/src/app/main/data/workspace/changes.cljs @@ -20,7 +20,7 @@ [potok.core :as ptk])) ;; Change this to :info :debug or :trace to debug this module -(log/set-level! :debug) +(log/set-level! :warn) (s/def ::coll-of-uuid (s/every ::us/uuid)) diff --git a/frontend/src/app/main/ui/dashboard.cljs b/frontend/src/app/main/ui/dashboard.cljs index 7156230cd0..33addf9f1e 100644 --- a/frontend/src/app/main/ui/dashboard.cljs +++ b/frontend/src/app/main/ui/dashboard.cljs @@ -90,7 +90,7 @@ projects (mf/deref refs/dashboard-projects) project (get projects project-id)] - (hooks/use-shortcuts ::viewer sc/shortcuts) + (hooks/use-shortcuts ::dashboard sc/shortcuts) (mf/use-effect (mf/deps team-id)