Skip to content

Commit

Permalink
run-yarn-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Apr 15, 2024
1 parent dbc474e commit a887256
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ export const useGridCellEditing = (
);

const runIfNoFieldErrors =
<Args extends Parameters<GridEventListener<'cellEditStop'>>>(callback?: (...args: Args) => void) =>
<Args extends Parameters<GridEventListener<'cellEditStop'>>>(
callback?: (...args: Args) => void,
) =>
async (...args: Args) => {
if (callback) {
const { id, field } = args[0];
Expand Down

0 comments on commit a887256

Please sign in to comment.