mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 23:59:00 +00:00
🐛 Fix validate script in frontend
This commit is contained in:
parent
64bb322de5
commit
b7a61aba7c
@ -402,9 +402,7 @@
|
|||||||
(ptk/reify ::repair-current-file
|
(ptk/reify ::repair-current-file
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state _]
|
(watch [_ state _]
|
||||||
(let [features (cond-> #{}
|
(let [features (features/get-team-enabled-features state)
|
||||||
(features/active-feature? state "components/v2")
|
|
||||||
(conj "components/v2"))
|
|
||||||
sid (:session-id state)
|
sid (:session-id state)
|
||||||
file (get state :workspace-file)
|
file (get state :workspace-file)
|
||||||
file-data (get state :workspace-data)
|
file-data (get state :workspace-data)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user