mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🐛 Add missing features set forwarding on libraries fetching
on workspace initialization
This commit is contained in:
parent
6594a8e8b3
commit
ecd4f32689
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@
|
||||||
(rx/map (fn [[file thumbnails team-users comments-users]]
|
(rx/map (fn [[file thumbnails team-users comments-users]]
|
||||||
(let [bundle (-> bundle
|
(let [bundle (-> bundle
|
||||||
(assoc :file file)
|
(assoc :file file)
|
||||||
|
(assoc :features features)
|
||||||
(assoc :thumbnails thumbnails)
|
(assoc :thumbnails thumbnails)
|
||||||
(assoc :team-users team-users)
|
(assoc :team-users team-users)
|
||||||
(assoc :comments-users comments-users))]
|
(assoc :comments-users comments-users))]
|
||||||
|
|
Loading…
Reference in a new issue