mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 16:18:11 -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
|
;; Enable all features set on the configuration
|
||||||
(->> @cf/flags
|
(->> @cf/flags
|
||||||
(map str)
|
(map name)
|
||||||
(keep (fn [flag]
|
(keep (fn [flag]
|
||||||
(when (str/starts-with? flag "frontend-feature-")
|
(when (str/starts-with? flag "frontend-feature-")
|
||||||
(subs flag 17))))
|
(subs flag 17))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue