Home / Function/ DeletionSuccess() — supabase Function Reference

DeletionSuccess() — supabase Function Reference

Architecture documentation for the DeletionSuccess() 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 231–236

const DeletionSuccess = ({ totalRowsDeleted }: DeletionSuccessProps) => (
  <div className="flex items-center gap-2 text-brand">
    <CheckCircle2 size={16} />
    <span className="text-sm">Successfully deleted {totalRowsDeleted.toLocaleString()} rows.</span>
  </div>
)

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free