mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix move file between teams
This commit is contained in:
parent
353de39d4d
commit
b6bc8f2a25
1 changed files with 2 additions and 2 deletions
|
@ -930,8 +930,8 @@
|
|||
(update [_ state]
|
||||
(let [origin-project (get-in state [:dashboard-files (first ids) :project-id])]
|
||||
(-> state
|
||||
(update-in [:dashboard-projects origin-project :count] #(- % (count ids)))
|
||||
(update-in [:dashboard-projects project-id :count] #(+ % (count ids))))))
|
||||
(d/update-in-when [:dashboard-projects origin-project :count] #(- % (count ids)))
|
||||
(d/update-in-when [:dashboard-projects project-id :count] #(+ % (count ids))))))
|
||||
|
||||
ptk/WatchEvent
|
||||
(watch [_ _ _]
|
||||
|
|
Loading…
Add table
Reference in a new issue