chore: fix build error

This commit is contained in:
Zeke Zhang 2024-11-11 20:31:58 +08:00
parent e3b3d62766
commit fe6d12bc68

View File

@ -89,7 +89,7 @@ export const InternalPopoverNester = observer(
maxWidth: '95%',
}}
>
<ReadPrettyInternalViewer {...props} />
<ReadPrettyInternalViewer {...(props as any)} />
</div>
<EditOutlined style={{ display: 'inline-flex', margin: '5px' }} />
</span>