mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🐛 Fix incorrect flag parsing on frontend features
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user