mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 21:56:13 +02:00
🐛 Fix problem with uploading temp files
This commit is contained in:
parent
24c9bcf944
commit
43faa06ac0
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@
|
||||||
file))
|
file))
|
||||||
file)]
|
file)]
|
||||||
|
|
||||||
|
;; Delete changes from the changes history
|
||||||
|
(db/delete! conn :file-change {:file-id id})
|
||||||
|
|
||||||
(db/update! conn :file
|
(db/update! conn :file
|
||||||
{:deleted-at nil
|
{:deleted-at nil
|
||||||
:revn 1
|
:revn 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue