fix: typo

This commit is contained in:
Tienson Qin
2022-11-07 10:03:53 +08:00
parent 38c4c5a42c
commit 1e0fb50a22
2 changed files with 20 additions and 1 deletions

View File

@@ -579,7 +579,7 @@
(async/<! (sync/<sync-stop))
(state/set-state! [:ui/loading? :graph/create-remote?] true)
(when-let [GraphUUID (get (async/<! (file-sync-handler/create-graph graph-name)) 2)]
(async/<! (sync/sync-start))
(async/<! (sync/<sync-start))
(state/set-state! [:ui/loading? :graph/create-remote?] false)
;; update existing repo
(state/set-repos! (map (fn [r]