fix: react query not computed after importing data

This commit is contained in:
Tienson Qin
2026-02-03 14:30:38 +08:00
parent fa9a07b8df
commit d4d408f47e

View File

@@ -67,6 +67,7 @@
(defn- finished-cb
[]
(state/pub-event! [:graph/sync-context])
(notification/show! "Import finished!" :success)
(shui/dialog-close! :import-indicator)
(route-handler/redirect-to-home!)