Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-05-07 12:17:38 +00:00
commit 15d8c6b280
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ const subTableContainer = css`
.ant-table-footer { .ant-table-footer {
margin-top: 10px; margin-top: 10px;
background: inherit; background: inherit;
min-height: 22px;
} }
`; `;

View File

@ -79,6 +79,7 @@ export class AttachmentURLFieldInterface extends CollectionFieldInterface {
} }
} }
filterable = { filterable = {
nested: true,
operators: operators.bigField, operators: operators.bigField,
}; };
titleUsable = true; titleUsable = true;