fix: Copy URL under Avatar description is non functional (#1698)

This commit is contained in:
pa
2026-03-20 17:53:54 +09:00
parent ae212dca17
commit 163d75aa66
2 changed files with 4 additions and 2 deletions

View File

@@ -651,7 +651,8 @@
avatarDialogCommand,
onFileChangeAvatarImage,
onCropConfirmAvatar,
registerCallbacks
registerCallbacks,
copyAvatarUrl
} = useAvatarDialogCommands(avatarDialog, {
t,
toast,

View File

@@ -518,6 +518,7 @@ export function useAvatarDialogCommands(
avatarDialogCommand,
onFileChangeAvatarImage,
onCropConfirmAvatar,
registerCallbacks
registerCallbacks,
copyAvatarUrl
};
}