From d3a2485970a5ace47f4557cb184d1a396d54b89c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 2 Jul 2025 17:11:31 -0400 Subject: [PATCH] Minor correction. --- .../journals/[journal_id]/entry/[journal_entry_id]/+page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/journals/[journal_id]/entry/[journal_entry_id]/+page.ts b/src/routes/journals/[journal_id]/entry/[journal_entry_id]/+page.ts index 8f73858b..96e676a5 100644 --- a/src/routes/journals/[journal_id]/entry/[journal_entry_id]/+page.ts +++ b/src/routes/journals/[journal_id]/entry/[journal_entry_id]/+page.ts @@ -46,7 +46,7 @@ export async function load({ params, parent }) { // route message: 'Journals - Journal Entry not found' }); } else { - ae_acct.slct.journal_obj = load_journal_entry_obj; + ae_acct.slct.load_journal_entry_obj = load_journal_entry_obj; } }