mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
🐛 Remove default font on team change
This commit is contained in:
parent
0307e58fbe
commit
c5e872b81d
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@
|
|||
(dissoc :dashboard-shared-files)
|
||||
(dissoc :dashboard-recent-files)
|
||||
(dissoc :dashboard-team-members)
|
||||
(dissoc :dashboard-team-stats)))))
|
||||
(dissoc :dashboard-team-stats)
|
||||
(update :workspace-global dissoc :default-font)))))
|
||||
|
||||
ptk/WatchEvent
|
||||
(watch [_ state stream]
|
||||
|
|
Loading…
Add table
Reference in a new issue