mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
Inform the user that the configuration is done
This commit is contained in:
parent
359b94ac2e
commit
e8cc2dba78
@ -112,9 +112,11 @@ fetch('/settings')
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
console.log(data);
|
||||
alert("Configuration set successfully")
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Error:', error);
|
||||
alert("Error setting configuration")
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user