Skip to content

Commit c96683f

Browse files
committed
fix: type
1 parent 770a058 commit c96683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/app/(main)/organizations/settings/danger/transfer-assets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function TransferAssets({ organizationId }: { organizationId: string }) {
114114
setSelectedWebsite(null);
115115
toast.success("Website transferred successfully");
116116
},
117-
onError: (error: Error) => {
117+
onError: (error: any) => {
118118
toast.error(error.message ?? "Failed to transfer website");
119119
},
120120
}

0 commit comments

Comments
 (0)