Fix record show page request errors (#6345)
- Removed getCursorFromRecordId - Get cursor from request - Fixed problem with navigation and optimistic rendering
This commit is contained in:
@ -20,8 +20,8 @@ export const getQueryVariablesFromView = ({
|
||||
}) => {
|
||||
if (!isDefined(view)) {
|
||||
return {
|
||||
filter: {},
|
||||
orderBy: [],
|
||||
filter: undefined,
|
||||
orderBy: undefined,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user