mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 13:29:53 +00:00
refac
This commit is contained in:
parent
d0662e2518
commit
0f4b6cdb67
@ -427,7 +427,16 @@
|
|||||||
|
|
||||||
if (tags) {
|
if (tags) {
|
||||||
updatedMessage.annotation.tags = tags;
|
updatedMessage.annotation.tags = tags;
|
||||||
|
feedbackItem.data.tags = tags;
|
||||||
|
|
||||||
dispatch('save', updatedMessage);
|
dispatch('save', updatedMessage);
|
||||||
|
await updateFeedbackById(
|
||||||
|
localStorage.token,
|
||||||
|
updatedMessage.feedbackId,
|
||||||
|
feedbackItem
|
||||||
|
).catch((error) => {
|
||||||
|
toast.error(error);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user