mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:57:38 +00:00
chore: fix build error
This commit is contained in:
parent
e3b3d62766
commit
fe6d12bc68
@ -89,7 +89,7 @@ export const InternalPopoverNester = observer(
|
|||||||
maxWidth: '95%',
|
maxWidth: '95%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ReadPrettyInternalViewer {...props} />
|
<ReadPrettyInternalViewer {...(props as any)} />
|
||||||
</div>
|
</div>
|
||||||
<EditOutlined style={{ display: 'inline-flex', margin: '5px' }} />
|
<EditOutlined style={{ display: 'inline-flex', margin: '5px' }} />
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user