fix overwrite of entity config (e.g. empty label)

This commit is contained in:
dswbx
2025-01-23 09:02:58 +01:00
parent 7dd42fbff3
commit ba936604a3
4 changed files with 11 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ export function DataEntityList({ params }) {
const [navigate] = useNavigate();
const search = useSearch(searchSchema, {
select: entity.getSelect(undefined, "form"),
sort: undefined
sort: entity.getDefaultSort()
});
const $q = useApiQuery(