mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
fc2fc6516e
commit
f92890b741
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@
|
|||
feedbackData = null;
|
||||
if (selectedFeedback) {
|
||||
feedbackData = await getFeedbackById(localStorage.token, selectedFeedback.id).catch((err) => {
|
||||
toast.error(err);
|
||||
return null;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue