mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
update
This commit is contained in:
parent
3db8619d84
commit
cc7b21afd2
@ -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}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user