77 create new record action and remove old behavior (#9598)
Closes https://github.com/twentyhq/core-team-issues/issues/77
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
export const getRecordIndexIdFromObjectNamePlural = (
|
||||
objectNamePlural: string,
|
||||
) => {
|
||||
return objectNamePlural;
|
||||
};
|
||||
Reference in New Issue
Block a user