🐛 Fix problem creating files in project page

This commit is contained in:
alonso.torres 2023-03-28 15:14:23 +02:00
parent ac23c7bb4a
commit d54e152a3d
2 changed files with 2 additions and 0 deletions

View file

@ -144,6 +144,7 @@
create-file
(mf/use-fn
(mf/deps project)
(fn [origin]
(st/emit! (with-meta (dd/create-file {:project-id (:id project)})
{::ev/origin origin}))))]