Fix code format

This commit is contained in:
2023-10-27 09:45:30 +07:00
parent dfd6582f94
commit 1ddddaa898
+1 -1
View File
@@ -27,7 +27,7 @@ const UserDialog = forwardRef((props, ref) => {
}
});
}
});
}, [dialogRef]);
return (
<Dialog title={'Add user'} onClose={onClose} ref={dialogRef}>