Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2024-09-04 12:02:31 +02:00
commit edeb16bc26
10 changed files with 80 additions and 47 deletions

View file

@ -506,6 +506,6 @@
(rx/mapcat rp/handle-response)
(rx/subs! (fn [_]
(println "Snapshot restored " (or snapshot-id label)))
#_(.reload js/location))
(fn [cause]
(js/console.log "EE:" cause))))))
#_(.reload js/location)
(fn [cause]
(js/console.log "EE:" cause)))))))