🧹 chore: pre-release cleanup (#3595)

* fix: Update health endpoint URL

* refactor: use Constants for saved tag default value, do not place Saved as first always

* refactor: check trimmed currentText before appending parsedText in useSubmitMessage

* refactor: move `scrollToEnd()` to `createdHandler` and increase delay before execution slightly

* chore: Add back TypeScript linting rules for unnecessary conditions and strict boolean expressions

* chore: Update librechat-data-provider package.json version to 0.7.4.0
This commit is contained in:
Danny Avila 2024-08-09 02:11:56 -04:00 committed by GitHub
parent e05a6d306d
commit 473859b0e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 16 additions and 25 deletions

View file

@ -1,4 +1,5 @@
import {
Constants,
EToolResources,
LocalStorageKeys,
InfiniteCollections,
@ -322,9 +323,9 @@ export const useConversationTagMutation = (
if (!data) {
return [
{
tag: 'Saved',
count: 1,
position: 0,
tag: Constants.SAVED_TAG,
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
},