mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 04:19:08 -05:00
🐛 Fix incorrect flag parsing on frontend features
This commit is contained in:
parent
ad491ccc8f
commit
296b6c646e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue