thread-link-bugfix #29

Merged
Felisp merged 4 commits from thread-link-bugfix into stable 2024-08-20 22:47:05 +02:00
Showing only changes of commit 9c7bae3712 - Show all commits

View file

@ -83,7 +83,7 @@
'(:boards-enabled)
(fn [mp]
(u/fmap (fn [k v]
(u/map-apply-defaults v defaults))
(assoc :name (u/map-apply-defaults v defaults)))
mp)))
:boards-defaults)))