mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix
This commit is contained in:
parent
b72243c166
commit
2bbaf1234c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
onMount(() => {
|
||||
selectedReason = message?.annotation?.reason ?? '';
|
||||
comment = message?.annotation?.comment;
|
||||
comment = message?.annotation?.comment ?? '';
|
||||
loadReasons();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue