mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 04:06:39 +02:00
✨ Kick out of a team - Visibility of System Status
This commit is contained in:
parent
226ab7233b
commit
823792339f
11 changed files with 88 additions and 42 deletions
|
@ -23,6 +23,7 @@
|
|||
[app.main.data.preview :as dp]
|
||||
[app.main.data.viewer.shortcuts]
|
||||
[app.main.data.workspace :as dw]
|
||||
[app.main.data.workspace.common :as dwcm]
|
||||
[app.main.data.workspace.path.shortcuts]
|
||||
[app.main.data.workspace.selection :as dws]
|
||||
[app.main.data.workspace.shortcuts]
|
||||
|
@ -370,7 +371,7 @@
|
|||
|
||||
(defn ^:export set-workspace-read-only
|
||||
[read-only?]
|
||||
(st/emit! (dw/set-workspace-read-only read-only?)))
|
||||
(st/emit! (dwcm/set-workspace-read-only read-only?)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; REPAIR & VALIDATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue