forked from React-Group/interstellar_ai
Merge branch 'main' into main
This commit is contained in:
commit
b8eccfbefe
13 changed files with 65 additions and 68 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