mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
fix overwrite of entity config (e.g. empty label)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user