show selected chat
This commit is contained in:
parent
44b34ba9c6
commit
416dcb17ef
3 changed files with 4 additions and 21 deletions
|
@ -45,7 +45,6 @@ export const sendToDatabase = async () => {
|
|||
if (useName && usePassword) {
|
||||
const result = await changeSettings(useName, usePassword, JSON.parse(exportSettings()))
|
||||
if (result == true) {
|
||||
alert('Data has been transferred')
|
||||
window.location.reload();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue