mirror of
https://github.com/docmost/docmost.git
synced 2026-07-23 12:42:48 +10:00
feat: refactor page-verification
This commit is contained in:
@@ -236,7 +236,10 @@ function PageActionMenu({ readOnly }: PageActionMenuProps) {
|
||||
</Menu.Item>
|
||||
|
||||
{!readOnly && (
|
||||
<PageVerificationMenuItem onClick={openVerificationModal} />
|
||||
<PageVerificationMenuItem
|
||||
pageId={page?.id}
|
||||
onClick={openVerificationModal}
|
||||
/>
|
||||
)}
|
||||
|
||||
<Menu.Divider />
|
||||
|
||||
Reference in New Issue
Block a user