Skip to content

Commit dcb448d

Browse files
committed
fix: don't show page's tags in property values
1 parent 84bfd77 commit dcb448d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/frontend/components/property/value.cljs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,8 @@
10751075
(entity-util/page? v-block)
10761076
(rum/with-key
10771077
(page-cp {:disable-preview? true
1078-
:tag? class?} v-block)
1078+
:tag? class?
1079+
:with-tags? false} v-block)
10791080
(:db/id v-block))
10801081
10811082
:else
@@ -1127,6 +1128,7 @@
11271128
(when value
11281129
(let [opts {:disable-preview? true
11291130
:tag? tag?
1131+
:with-tags? false
11301132
:property-position property-position
11311133
:other-position? other-position?
11321134
:table-view? table-view?

0 commit comments

Comments
 (0)