Adding a Change Password option.
This commit is contained in:
@@ -204,7 +204,7 @@ async function change_journal_id() {
|
||||
console.error('Error updating journal entry:', error);
|
||||
alert('Failed to update journal entry.');
|
||||
}
|
||||
|
||||
$journals_slct.journal_id = tmp_entry_obj?.journal_id;
|
||||
goto(`/journals/${tmp_entry_obj?.journal_id}`);
|
||||
}
|
||||
</script>
|
||||
@@ -674,6 +674,7 @@ async function change_journal_id() {
|
||||
class="
|
||||
flex-grow
|
||||
flex flex-col items-center justify-center
|
||||
w-full max-w-6xl
|
||||
"
|
||||
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user