fix(ui): removed duplicate column for kb

This commit is contained in:
Waleed Latif
2025-06-03 15:38:10 -07:00
parent 10ab1b4041
commit 10a4566614

View File

@@ -649,9 +649,6 @@ export function KnowledgeBase({
<th className='px-4 pt-2 pb-3 text-left font-medium'>
<span className='text-muted-foreground text-xs leading-none'>Status</span>
</th>
<th className='px-4 pt-2 pb-3 text-left font-medium'>
<span className='text-muted-foreground text-xs leading-none'>Status</span>
</th>
<th className='px-4 pt-2 pb-3 text-left font-medium'>
<span className='text-muted-foreground text-xs leading-none'>
Actions
@@ -721,11 +718,6 @@ export function KnowledgeBase({
<div className='text-muted-foreground text-xs'></div>
</td>
{/* Processing column */}
<td className='px-4 py-3'>
<div className='text-muted-foreground text-xs'></div>
</td>
{/* Status column */}
<td className='px-4 py-3'>
<div className='text-muted-foreground text-xs'></div>