## Only nitpicks Method signature mutation from several to one record arg Renamed a variable in map to fit related business logic #10014 Followup
This commit is contained in:
@ -128,7 +128,7 @@ export const useSaveCurrentViewGroups = (viewBarComponentId?: string) => {
|
||||
);
|
||||
|
||||
await Promise.all([
|
||||
createViewGroupRecords(viewGroupsToCreate, view),
|
||||
createViewGroupRecords({ viewGroupsToCreate, viewId: view.id }),
|
||||
updateViewGroupRecords(viewGroupsToUpdate),
|
||||
]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user