dependencies upgrade (#12460)

This commit is contained in:
megayu
2026-03-23 21:32:28 +08:00
committed by GitHub
parent 767540d85b
commit d6403b7746
146 changed files with 7671 additions and 24752 deletions

View File

@@ -86,7 +86,7 @@
(defn import-chosen-graph
[repo]
(p/let [_ (persist-db/<unsafe-delete repo)]
(notification/show! (str "Graph updated! Switching to graph ...") :success)
(notification/show! "Graph updated! Switching to graph ..." :success)
(state/pub-event! [:graph/switch repo])))
(defn ^:export replace-graph-with-db-file []