Merge pull request #3000 from open-webui/fix

fix
This commit is contained in:
Timothy Jaeryang Baek
2024-06-10 18:56:01 -07:00
committed by GitHub

View File

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