mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
fixed schema updates to fail in nextjs envs due to lodash's merge
This commit is contained in:
@@ -40,7 +40,7 @@ export function DataEntityList({ params }) {
|
||||
useBrowserTitle(["Data", entity?.label ?? params.entity]);
|
||||
const [navigate] = useNavigate();
|
||||
const search = useSearch(searchSchema, {
|
||||
select: undefined,
|
||||
select: entity.getSelect(undefined, "form"),
|
||||
sort: undefined
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user