mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
🐛 Fix pinned project on creation
This commit is contained in:
parent
b4c78e11f4
commit
1c65df69f3
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@
|
|||
{:project-id (:id project)
|
||||
:profile-id profile-id
|
||||
:team-id team-id
|
||||
:is-pinned true})
|
||||
(assoc project :is-pinned true))))
|
||||
:is-pinned false})
|
||||
(assoc project :is-pinned false))))
|
||||
|
||||
|
||||
;; --- MUTATION: Toggle Project Pin
|
||||
|
|
Loading…
Add table
Reference in a new issue