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
commit 481fd9f88a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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