Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-01-16 10:28:12 +00:00
commit b89901e0d9

View File

@ -83,7 +83,6 @@ export class SqlCollectionTemplate extends CollectionTemplate {
}, },
}, },
}, },
...getConfigurableProperties('category'),
filterTargetKey: { filterTargetKey: {
title: `{{ t("Record unique key")}}`, title: `{{ t("Record unique key")}}`,
type: 'single', type: 'single',
@ -95,5 +94,6 @@ export class SqlCollectionTemplate extends CollectionTemplate {
}, },
'x-reactions': ['{{useAsyncDataSource(loadFilterTargetKeys)}}'], 'x-reactions': ['{{useAsyncDataSource(loadFilterTargetKeys)}}'],
}, },
...getConfigurableProperties('category', 'description'),
}; };
} }