mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 00:15:30 +01:00
refactor: remove unused avatar upload mutation field and add informational toast for success
This commit is contained in:
parent
9f68b03e8c
commit
04af67951b
4 changed files with 6 additions and 10 deletions
|
|
@ -109,7 +109,6 @@ export type DeleteActionOptions = MutationOptions<void, DeleteActionVariables>;
|
|||
export type AgentAvatarVariables = {
|
||||
agent_id: string;
|
||||
formData: FormData;
|
||||
postCreation?: boolean;
|
||||
};
|
||||
|
||||
export type UpdateAgentActionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue