mirror of
https://github.com/penpot/penpot.git
synced 2026-05-14 12:34:10 +00:00
🐛 Send correct features on synchronous update-file operation
This commit is contained in:
parent
973214ea50
commit
c948f1a087
@ -203,9 +203,8 @@
|
||||
(ptk/reify ::persist-synchronous-changes
|
||||
ptk/WatchEvent
|
||||
(watch [_ state _]
|
||||
(let [features (cond-> #{}
|
||||
(features/active-feature? state "components/v2")
|
||||
(conj "components/v2"))
|
||||
(let [features (features/get-team-enabled-features state)
|
||||
|
||||
sid (:session-id state)
|
||||
file (dm/get-in state [:workspace-libraries file-id])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user