[+] Automatically quits after modifying props

This commit is contained in:
Charles Le Maux 2024-07-10 14:28:53 +01:00
parent a145f9044e
commit 1e111b4b47

View File

@ -60,6 +60,7 @@ const ServerDetails = ({ user }) => {
console.error('Error updating server:', error);
alert('Error updating server');
}
handleQuit()
};
const handleQuit = () => {