mirror of
https://github.com/open-webui/open-webui
synced 2024-11-17 14:02:51 +00:00
fix
This commit is contained in:
parent
b72243c166
commit
2bbaf1234c
@ -47,7 +47,7 @@
|
||||
|
||||
onMount(() => {
|
||||
selectedReason = message?.annotation?.reason ?? '';
|
||||
comment = message?.annotation?.comment;
|
||||
comment = message?.annotation?.comment ?? '';
|
||||
loadReasons();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user