mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-02 22:30:18 +01:00
refactor: remove unused avatar upload mutation field and add informational toast for success
This commit is contained in:
parent
0106b050e5
commit
848fbbb492
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