Browse Source

Fix import Zotero not recognized as asset

Mega Yu 1 week ago
parent
commit
280f8ebc5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/graph-parser/src/logseq/graph_parser/exporter.cljs

+ 1 - 1
deps/graph-parser/src/logseq/graph_parser/exporter.cljs

@@ -1327,7 +1327,7 @@
           {block-after-built-in-props :block deadline-properties-tx :properties-tx}
           (update-block-deadline-and-scheduled block page-names-to-uuids options)
           {block-after-assets :block :keys [asset-blocks-tx]}
-          (<handle-assets-in-block block-after-built-in-props walked-ast-blocks import-state (select-keys options [:log-fn :notify-user :<get-file-stat]))
+          (<handle-assets-in-block block-after-built-in-props walked-ast-blocks import-state (select-keys options [:log-fn :notify-user :<get-file-stat :user-config]))
           ;; :block/page should be [:block/page NAME]
 
           journal-page-created-at (some-> (:block/page block*) second journal-created-ats)