Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 8, 2024
1 parent 53846ba commit ed74171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/db/src/logseq/db/frontend/property/type.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
(def value-ref-property-types
"Property value ref types where the refed entities either store their value in
:property.value/content or :block/title (for :default)"
(into #{:default} original-value-ref-property-types))
(into #{:default :url} original-value-ref-property-types))

(def user-ref-property-types
"User ref types. Property values that users see are stored in either
Expand Down

0 comments on commit ed74171

Please sign in to comment.