Include board name in it's config
Needs testing
This commit is contained in:
parent
a5d7d58a25
commit
9c7bae3712
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
'(:boards-enabled)
|
'(:boards-enabled)
|
||||||
(fn [mp]
|
(fn [mp]
|
||||||
(u/fmap (fn [k v]
|
(u/fmap (fn [k v]
|
||||||
(u/map-apply-defaults v defaults))
|
(assoc :name (u/map-apply-defaults v defaults)))
|
||||||
mp)))
|
mp)))
|
||||||
:boards-defaults)))
|
:boards-defaults)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue