mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
32b0c6ac9f
@ -89,7 +89,7 @@ attachmentFileTypes.add({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const iframePreviewSupportedTypes = ['application/pdf', 'audio/*', 'image/*', 'video/*', 'text/*'];
|
const iframePreviewSupportedTypes = ['application/pdf', 'audio/*', 'image/*', 'video/*', 'text/plain'];
|
||||||
|
|
||||||
function IframePreviewer({ index, list, onSwitchIndex }) {
|
function IframePreviewer({ index, list, onSwitchIndex }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user