DeletionError() — supabase Function Reference
Architecture documentation for the DeletionError() function in CronJobsTab.CleanupNotice.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Integrations/CronJobs/CronJobsTab.CleanupNotice.tsx lines 243–253
const DeletionError = ({ error, onRetry }: DeletionErrorProps) => (
<div className="space-y-2">
<div className="flex items-center gap-2 text-destructive">
<XCircle size={16} />
<span className="text-sm">Deletion failed: {error}</span>
</div>
<Button type="default" size="small" onClick={onRetry}>
Retry
</Button>
</div>
)
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free