added cancelKey to the RecordsList component

This commit is contained in:
Gani Georgiev
2023-02-22 18:02:08 +02:00
parent 0db6c783cd
commit eec3261d67
30 changed files with 37 additions and 36 deletions
@@ -130,6 +130,7 @@
sort: listSort,
filter: filter,
expand: relFields.map((field) => field.name).join(","),
$cancelKey: "records_list",
})
.then(async (result) => {
if (page <= 1) {