Skip to content

Commit

Permalink
Fix resurrect BE call from FE
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Nov 19, 2024
1 parent 93a22ba commit d609289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/src/cljs/lipas/ui/sports_sites/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@
(let [site (get-in db [:sports-sites lipas-id])
rev (-> (utils/make-revision site (utils/timestamp))
(utils/make-editable)
(assoc :status "active"))
(assoc :status "active")
(utils/make-saveable))
draft false]
{:dispatch [::commit-rev rev draft on-success on-failure]})))

Expand Down

0 comments on commit d609289

Please sign in to comment.