Commit 2bbaf123 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent b72243c1
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
onMount(() => { onMount(() => {
selectedReason = message?.annotation?.reason ?? ''; selectedReason = message?.annotation?.reason ?? '';
comment = message?.annotation?.comment; comment = message?.annotation?.comment ?? '';
loadReasons(); loadReasons();
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment