mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05: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/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 (get state :workspace-file)
|
||||
file-data (get state :workspace-data)
|
||||
|
|
Loading…
Reference in a new issue