diff --git a/src/main/frontend/components/conversion.cljs b/src/main/frontend/components/conversion.cljs index 15b5e651e4..81526e03d2 100644 --- a/src/main/frontend/components/conversion.cljs +++ b/src/main/frontend/components/conversion.cljs @@ -13,6 +13,7 @@ [frontend.context.i18n :refer [t]] [rum.core :as rum] [frontend.handler.file-sync :as file-sync-handler] + [frontend.fs.sync :as sync] [frontend.handler.notification :as notification])) (defn- ask-for-re-index @@ -28,15 +29,26 @@ (defn- c (page-handler/rename-file! file target (constantly nil) true))))) - (c (page-handler/rename-file! file target (constantly nil) true))))) + (