diff --git a/frontend/src/app/main/data/dashboard.cljs b/frontend/src/app/main/data/dashboard.cljs index f1cba5becf..7025dc5ea8 100644 --- a/frontend/src/app/main/data/dashboard.cljs +++ b/frontend/src/app/main/data/dashboard.cljs @@ -626,7 +626,8 @@ (us/verify ::file file) (ptk/reify ::file-created IDeref - (-deref [_] file) + (-deref [_] {:file-id id + :file-name (:name file)}) ptk/UpdateEvent (update [_ state]