fix: hide breadcrumb preview in whiteboard

pull/6345/head
Peng Xiao 2022-08-06 23:15:45 +08:00
parent c8d34a0106
commit eef15ab991
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
(rum/defc breadcrumb
[props]
(block/breadcrumb {} (state/get-current-repo) (uuid (gobj/get props "blockId")) nil))
(block/breadcrumb {:preview? true} (state/get-current-repo) (uuid (gobj/get props "blockId")) nil))
(rum/defc page-name-link
[props]