mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 15:46:10 +02:00
🐛 fix minor errors
This commit is contained in:
parent
f3548aff8c
commit
24062beebe
3 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,7 @@
|
||||||
(:require
|
(:require
|
||||||
[app.main.data.dashboard :as dd]
|
[app.main.data.dashboard :as dd]
|
||||||
[app.main.data.shortcuts :as ds]
|
[app.main.data.shortcuts :as ds]
|
||||||
[app.main.store :as st]
|
[app.main.store :as st]))
|
||||||
))
|
|
||||||
|
|
||||||
(def shortcuts
|
(def shortcuts
|
||||||
{:go-to-search {:tooltip (ds/meta "F")
|
{:go-to-search {:tooltip (ds/meta "F")
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
[potok.core :as ptk]))
|
[potok.core :as ptk]))
|
||||||
|
|
||||||
;; Change this to :info :debug or :trace to debug this module
|
;; 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/def ::coll-of-uuid
|
||||||
(s/every ::us/uuid))
|
(s/every ::us/uuid))
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
projects (mf/deref refs/dashboard-projects)
|
projects (mf/deref refs/dashboard-projects)
|
||||||
project (get projects project-id)]
|
project (get projects project-id)]
|
||||||
|
|
||||||
(hooks/use-shortcuts ::viewer sc/shortcuts)
|
(hooks/use-shortcuts ::dashboard sc/shortcuts)
|
||||||
|
|
||||||
(mf/use-effect
|
(mf/use-effect
|
||||||
(mf/deps team-id)
|
(mf/deps team-id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue