mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[+] Automatically quits after modifying props
This commit is contained in:
parent
a145f9044e
commit
1e111b4b47
@ -60,6 +60,7 @@ const ServerDetails = ({ user }) => {
|
||||
console.error('Error updating server:', error);
|
||||
alert('Error updating server');
|
||||
}
|
||||
handleQuit()
|
||||
};
|
||||
|
||||
const handleQuit = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user