This commit is contained in:
Timothy J. Baek 2024-06-10 18:55:45 -07:00
parent b72243c166
commit 2bbaf1234c

View File

@ -47,7 +47,7 @@
onMount(() => { onMount(() => {
selectedReason = message?.annotation?.reason ?? ''; selectedReason = message?.annotation?.reason ?? '';
comment = message?.annotation?.comment; comment = message?.annotation?.comment ?? '';
loadReasons(); loadReasons();
}); });