mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix incorrect flag parsing on frontend features
This commit is contained in:
parent
ad491ccc8f
commit
296b6c646e
@ -80,7 +80,7 @@
|
||||
|
||||
;; Enable all features set on the configuration
|
||||
(->> @cf/flags
|
||||
(map str)
|
||||
(map name)
|
||||
(keep (fn [flag]
|
||||
(when (str/starts-with? flag "frontend-feature-")
|
||||
(subs flag 17))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user