0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

🐛 Remove default font on team change

This commit is contained in:
Pablo Alba 2022-05-30 13:19:28 +02:00 committed by Andrés Moya
parent 0307e58fbe
commit c5e872b81d

View file

@ -79,7 +79,8 @@
(dissoc :dashboard-shared-files) (dissoc :dashboard-shared-files)
(dissoc :dashboard-recent-files) (dissoc :dashboard-recent-files)
(dissoc :dashboard-team-members) (dissoc :dashboard-team-members)
(dissoc :dashboard-team-stats))))) (dissoc :dashboard-team-stats)
(update :workspace-global dissoc :default-font)))))
ptk/WatchEvent ptk/WatchEvent
(watch [_ state stream] (watch [_ state stream]