added cancelKey to the RecordsList component
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
sort: listSort,
|
||||
filter: filter,
|
||||
expand: relFields.map((field) => field.name).join(","),
|
||||
$cancelKey: "records_list",
|
||||
})
|
||||
.then(async (result) => {
|
||||
if (page <= 1) {
|
||||
|
||||
Reference in New Issue
Block a user