Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Mar 2, 2025
1 parent 3db8619 commit cc7b21a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions web/src/app/admin/indexing/status/CCPairIndexingStatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,26 +295,6 @@ border border-border dark:border-neutral-700
>
<div className="flex items-center gap-x-1">Auto-Sync</div>
</Badge>
{/* {!ccPairsIndexingStatus.perm_sync_completed && (
<TooltipProvider>
<Tooltip>
<TooltipTrigger>
<Badge variant="invalid" icon={FiAlertCircle}>
In Progress
</Badge>
</TooltipTrigger>
<TooltipContent>
<p>
Permissions sync has not yet completed for this
connector. Documents may not be visible to all
authorized users until the sync finishes. This process
typically takes between a few minutes to a few hours.
</p>
</TooltipContent>
</Tooltip>
</TooltipProvider>
)} */}
</div>
) : (
<Badge variant={isEditable ? "private" : "default"} icon={FiLock}>
Expand Down

0 comments on commit cc7b21a

Please sign in to comment.