feat(sql-collection): allows to add description (#6081)

This commit is contained in:
YANG QIA 2025-01-16 18:27:50 +08:00 committed by GitHub
parent a093e9ee8c
commit f49d86288d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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