mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
🐛 Send correct features on synchronous update-file operation
This commit is contained in:
parent
973214ea50
commit
c948f1a087
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue