mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 22:36:12 +02:00
🐛 Fix validate script in frontend
This commit is contained in:
parent
64bb322de5
commit
b7a61aba7c
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue