mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 09:11:39 +02:00
🐛 Fix remember decision when team hero banner is closed (#5669)
This commit is contained in:
parent
8bee050b5b
commit
8f48396556
4 changed files with 38 additions and 1 deletions
|
@ -338,7 +338,7 @@
|
|||
::ev/origin "dashboard"}))))]
|
||||
|
||||
(mf/with-effect [show-team-hero?]
|
||||
(swap! storage/global assoc ::show-eam-hero show-team-hero?))
|
||||
(swap! storage/global assoc ::show-team-hero show-team-hero?))
|
||||
|
||||
(mf/with-effect [team]
|
||||
(let [tname (if (:is-default team)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue