mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: advanced query fails app
Non-string was failing to render in backup error component. Fixes logseq/db-test#275
This commit is contained in:
@@ -715,7 +715,7 @@
|
||||
[:a.text-xs.opacity-50.hover:opacity-80
|
||||
{:href "https://github.com/logseq/logseq/issues/new?labels=from:in-app&template=bug_report.yaml"
|
||||
:target "_blank"} "report issue"]]
|
||||
(when content [:pre.m-0.text-sm content])])
|
||||
(when content [:pre.m-0.text-sm (str content)])])
|
||||
|
||||
(def component-error
|
||||
"Well styled error message for higher level components. Currently same as
|
||||
|
||||
Reference in New Issue
Block a user