Infinite scrolling in relation picker menu (#12051)
https://github.com/user-attachments/assets/4be785e0-ea8a-4c8e-840e-6fa0a663d7ba Closes #11938 --------- Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
@ -65,7 +65,7 @@ export const useObjectRecordSearchRecords = ({
|
||||
const effectiveData = loading ? previousData : data;
|
||||
|
||||
const searchRecords = useMemo(
|
||||
() => effectiveData?.search || [],
|
||||
() => effectiveData?.search.edges.map((edge) => edge.node) || [],
|
||||
[effectiveData],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user