Add useUpdateManyRecords hook and message folders sync status mutation (#16694)
- Added new `useUpdateManyRecords` hook for batch record updates with optimistic cache updates - Added `updateMessageFoldersSyncStatus` hook for managing message folder sync state - Redesigned Message Folders List with BreadCrumb and Animations
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { capitalize } from 'twenty-shared/utils';
|
||||
|
||||
export const getUpdateManyRecordsMutationResponseField = (
|
||||
objectNamePlural: string,
|
||||
) => `update${capitalize(objectNamePlural)}`;
|
||||
Reference in New Issue
Block a user