mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🔖 fix: Remove Local State from Bookmark Menu (#5181)
* chore: remove redundant * fix: bookmark menu statefulness by removing local state
This commit is contained in:
parent
7c61115a88
commit
766657da83
5 changed files with 24 additions and 26 deletions
|
|
@ -630,12 +630,6 @@ export const tConvoUpdateSchema = tConversationSchema.merge(
|
|||
}),
|
||||
);
|
||||
|
||||
export const tPresetUpdateSchema = tConversationSchema.merge(
|
||||
z.object({
|
||||
endpoint: extendedModelEndpointSchema.nullable(),
|
||||
}),
|
||||
);
|
||||
|
||||
export type TPreset = z.infer<typeof tPresetSchema>;
|
||||
|
||||
export type TSetOption = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue