fix: encrypted graph

close #2691
This commit is contained in:
Tienson Qin
2021-09-22 21:02:16 +08:00
parent 2a5b7e2be0
commit 73d141ed76
4 changed files with 9 additions and 3 deletions

View File

@@ -161,7 +161,8 @@
(p/let [repo (state/get-current-repo)
keys (e/decrypt-with-passphrase value db-encrypted-secret)]
(e/save-key-pair! repo keys)
(close-fn true)))))}
(close-fn true)
(state/set-state! :encryption/graph-parsing? false)))))}
"Submit"]]]])))
(defn encryption-input-secret-dialog