We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b19795 commit 75a5b04Copy full SHA for 75a5b04
1 file changed
src/admin/components/forms/field-types/Relationship/index.tsx
@@ -278,12 +278,18 @@ const Relationship: React.FC<Props> = (props) => {
278
279
if (!thirdData.hasNextPage) {
280
setLastFullyLoadedRelation(2);
281
+ } else {
282
+ setLastLoadedPage(2);
283
}
284
285
286
287
288
289
290
291
292
293
294
295
setHasLoadedFirstOptions(true);
0 commit comments