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