We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770a058 commit c96683fCopy full SHA for c96683f
apps/dashboard/app/(main)/organizations/settings/danger/transfer-assets.tsx
@@ -114,7 +114,7 @@ export function TransferAssets({ organizationId }: { organizationId: string }) {
114
setSelectedWebsite(null);
115
toast.success("Website transferred successfully");
116
},
117
- onError: (error: Error) => {
+ onError: (error: any) => {
118
toast.error(error.message ?? "Failed to transfer website");
119
120
}
0 commit comments