mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 05:59:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
bd4e86d4b3
@ -24,8 +24,7 @@ describe('Upload', () => {
|
|||||||
render(<App2 />);
|
render(<App2 />);
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: skip due to not pass but works in browser
|
it('upload single', async () => {
|
||||||
it.skip('upload single', async () => {
|
|
||||||
await renderAppOptions({
|
await renderAppOptions({
|
||||||
designable: true,
|
designable: true,
|
||||||
enableUserListDataBlock: true,
|
enableUserListDataBlock: true,
|
||||||
@ -124,8 +123,7 @@ describe('Upload', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: skip due to not pass but works in browser
|
it('upload multi', async () => {
|
||||||
it.skip('upload multi', async () => {
|
|
||||||
await renderAppOptions({
|
await renderAppOptions({
|
||||||
designable: true,
|
designable: true,
|
||||||
enableUserListDataBlock: true,
|
enableUserListDataBlock: true,
|
||||||
|
@ -104,7 +104,6 @@ export class FileCollectionTemplate extends CollectionTemplate {
|
|||||||
type: 'text',
|
type: 'text',
|
||||||
name: 'url',
|
name: 'url',
|
||||||
deletable: false,
|
deletable: false,
|
||||||
length: 1024,
|
|
||||||
uiSchema: {
|
uiSchema: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: `{{t("URL")}}`,
|
title: `{{t("URL")}}`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user