Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-03-05 09:54:50 +00:00
commit bd4e86d4b3
2 changed files with 2 additions and 5 deletions

View File

@ -24,8 +24,7 @@ describe('Upload', () => {
render(<App2 />);
});
// TODO: skip due to not pass but works in browser
it.skip('upload single', async () => {
it('upload single', async () => {
await renderAppOptions({
designable: true,
enableUserListDataBlock: true,
@ -124,8 +123,7 @@ describe('Upload', () => {
});
});
// TODO: skip due to not pass but works in browser
it.skip('upload multi', async () => {
it('upload multi', async () => {
await renderAppOptions({
designable: true,
enableUserListDataBlock: true,

View File

@ -104,7 +104,6 @@ export class FileCollectionTemplate extends CollectionTemplate {
type: 'text',
name: 'url',
deletable: false,
length: 1024,
uiSchema: {
type: 'string',
title: `{{t("URL")}}`,