0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Add missing features set forwarding on libraries fetching

on workspace initialization
This commit is contained in:
Andrey Antukh 2023-11-15 13:24:21 +01:00
parent 6594a8e8b3
commit ecd4f32689

View file

@ -298,6 +298,7 @@
(rx/map (fn [[file thumbnails team-users comments-users]]
(let [bundle (-> bundle
(assoc :file file)
(assoc :features features)
(assoc :thumbnails thumbnails)
(assoc :team-users team-users)
(assoc :comments-users comments-users))]