"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "6ba62cf25d07300d8bca2ea41d37a0823e4f96f8"
Unverified Commit 481fd9f8 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3000 from open-webui/fix

fix
parents 690c2521 2bbaf123
......@@ -47,7 +47,7 @@
onMount(() => {
selectedReason = message?.annotation?.reason ?? '';
comment = message?.annotation?.comment;
comment = message?.annotation?.comment ?? '';
loadReasons();
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment