v0.7.11 - Got api back working after switching to static build
This commit is contained in:
@@ -1096,12 +1096,8 @@
|
||||
});
|
||||
}
|
||||
|
||||
// Automatically refresh configuration display after successful update
|
||||
setTimeout(() => {
|
||||
fetchConfiguration().catch(error => {
|
||||
console.log('Auto-refresh configuration failed after update: ' + error.message);
|
||||
});
|
||||
}, 1000);
|
||||
// Configuration updated successfully - user can manually refresh using Fetch Config button
|
||||
log('Configuration updated successfully. Click "Fetch Config" to refresh the display.', 'INFO');
|
||||
|
||||
} else {
|
||||
const errorMessage = responseData.message || responseData.error || 'Unknown error';
|
||||
|
||||
Reference in New Issue
Block a user