formatting

This commit is contained in:
AmirHossein Mahmoodi
2025-03-04 16:46:53 +03:30
parent 84fdac3317
commit c9410da5ef
7 changed files with 20 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ const RegisterAction = ({ rowId, mutate }) => {
mutate();
setOpenRegisterActionDialog(false);
})
.catch(() => { });
.catch(() => {});
};
return (
<>

View File

@@ -52,7 +52,7 @@ const EditController = ({ rowId, mutate, setOpenEditDialog }) => {
mutate();
setOpenEditDialog(false);
})
.catch(() => { });
.catch(() => {});
};
return (
<>