mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat(core): add present to edgeless sharing (#5140)
This commit is contained in:
@@ -30,7 +30,11 @@ export function ShareHeader({
|
||||
/>
|
||||
}
|
||||
right={
|
||||
<ShareHeaderRightItem workspaceId={workspace.id} pageId={pageId} />
|
||||
<ShareHeaderRightItem
|
||||
workspaceId={workspace.id}
|
||||
pageId={pageId}
|
||||
publishMode={publishMode}
|
||||
/>
|
||||
}
|
||||
bottomBorder
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user