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