feat: Revamp navigation bar (#6031)
closes: #4428 Testing for fetchMoreRecords is pending, along with component tests --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -4,7 +4,7 @@ import { ObjectRecord } from '@/object-record/types/ObjectRecord';
|
||||
|
||||
export const getLinkToShowPage = (
|
||||
objectNameSingular: string,
|
||||
record: ObjectRecord,
|
||||
record: Pick<ObjectRecord, 'id'>,
|
||||
) => {
|
||||
const basePathToShowPage = getBasePathToShowPage({
|
||||
objectNameSingular,
|
||||
|
||||
Reference in New Issue
Block a user