We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bfd77 commit dcb448dCopy full SHA for dcb448d
src/main/frontend/components/property/value.cljs
@@ -1075,7 +1075,8 @@
1075
(entity-util/page? v-block)
1076
(rum/with-key
1077
(page-cp {:disable-preview? true
1078
- :tag? class?} v-block)
+ :tag? class?
1079
+ :with-tags? false} v-block)
1080
(:db/id v-block))
1081
1082
:else
@@ -1127,6 +1128,7 @@
1127
1128
(when value
1129
(let [opts {:disable-preview? true
1130
:tag? tag?
1131
+ :with-tags? false
1132
:property-position property-position
1133
:other-position? other-position?
1134
:table-view? table-view?
0 commit comments