mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance: migrate imported config to be valid
Also improves import ux as Invalid config notification no longer blocks import progress
This commit is contained in:
@@ -97,7 +97,9 @@ nested keys or positional errors e.g. tuples"
|
||||
db-graph?
|
||||
(merge
|
||||
{:preferred-format
|
||||
"is not used in DB graphs as there is only markdown mode."}))]
|
||||
"is not used in DB graphs as there is only markdown mode."
|
||||
:property/separated-by-commas
|
||||
"is not used in DB graphs"}))]
|
||||
(cond
|
||||
(= body ::failed-to-detect)
|
||||
(log/info :msg "Skip deprecation check since config is not valid edn")
|
||||
|
||||
Reference in New Issue
Block a user