Skip to content

Commit 10a4566

Browse files
committed
fix(ui): removed duplicate column for kb
1 parent 10ab1b4 commit 10a4566

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/sim/app/w/knowledge/[id]/base.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,6 @@ export function KnowledgeBase({
649649
<th className='px-4 pt-2 pb-3 text-left font-medium'>
650650
<span className='text-muted-foreground text-xs leading-none'>Status</span>
651651
</th>
652-
<th className='px-4 pt-2 pb-3 text-left font-medium'>
653-
<span className='text-muted-foreground text-xs leading-none'>Status</span>
654-
</th>
655652
<th className='px-4 pt-2 pb-3 text-left font-medium'>
656653
<span className='text-muted-foreground text-xs leading-none'>
657654
Actions
@@ -721,11 +718,6 @@ export function KnowledgeBase({
721718
<div className='text-muted-foreground text-xs'></div>
722719
</td>
723720

724-
{/* Processing column */}
725-
<td className='px-4 py-3'>
726-
<div className='text-muted-foreground text-xs'></div>
727-
</td>
728-
729721
{/* Status column */}
730722
<td className='px-4 py-3'>
731723
<div className='text-muted-foreground text-xs'></div>

0 commit comments

Comments
 (0)