Another round of lots of updates to fix little bugs here there and everywhere.
This commit is contained in:
@@ -237,7 +237,7 @@ let ae_promises: key_val = $state({});
|
||||
}).then(() => {
|
||||
// Optionally, you can provide feedback to the user
|
||||
alert('Journal entry deleted successfully!');
|
||||
}).catch((error) => {
|
||||
}).catch((error: any) => {
|
||||
console.error('Error deleting journal entry:', error);
|
||||
alert('Failed to delete journal entry.');
|
||||
}).finally(() => {
|
||||
|
||||
Reference in New Issue
Block a user