0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00

🐛 Fix pinned project on creation

This commit is contained in:
Eva Marco 2024-03-20 11:29:26 +01:00 committed by Andrey Antukh
parent b4c78e11f4
commit 1c65df69f3

View file

@ -190,8 +190,8 @@
{:project-id (:id project) {:project-id (:id project)
:profile-id profile-id :profile-id profile-id
:team-id team-id :team-id team-id
:is-pinned true}) :is-pinned false})
(assoc project :is-pinned true)))) (assoc project :is-pinned false))))
;; --- MUTATION: Toggle Project Pin ;; --- MUTATION: Toggle Project Pin