mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:26:21 +00:00
fix: attachment reporting error while opening preview modal in table (#3318)
* fix: attachment report error while opening preview modal * fix: attachment report error while opening preview modal
This commit is contained in:
parent
0b1eb36152
commit
5f55f4d8db
@ -1,4 +1,4 @@
|
||||
import DownloadOutlined from '@ant-design/icons/DownloadOutlined';
|
||||
import { DownloadOutlined } from '@ant-design/icons';
|
||||
import { Field } from '@formily/core';
|
||||
import { useField } from '@formily/react';
|
||||
import { isString } from '@nocobase/utils/client';
|
||||
@ -39,7 +39,6 @@ ReadPretty.File = function File(props: UploadProps) {
|
||||
function closeIFrameModal() {
|
||||
setVisible(false);
|
||||
}
|
||||
|
||||
return wrapSSR(
|
||||
<div>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user