refactor: remove unused avatar upload mutation field and add informational toast for success

This commit is contained in:
Danny Avila 2025-07-15 21:50:07 -04:00
parent 9f68b03e8c
commit 04af67951b
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
4 changed files with 6 additions and 10 deletions

View file

@ -109,7 +109,6 @@ export type DeleteActionOptions = MutationOptions<void, DeleteActionVariables>;
export type AgentAvatarVariables = {
agent_id: string;
formData: FormData;
postCreation?: boolean;
};
export type UpdateAgentActionVariables = {