Skip to content

Commit 54dd351

Browse files
committed
Removed old condition that handled old v2 tables
1 parent 2a6d825 commit 54dd351

File tree

1 file changed

+0
-12
lines changed
  • apps/webapp/app/components/primitives

1 file changed

+0
-12
lines changed

apps/webapp/app/components/primitives/Table.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -368,18 +368,6 @@ export const TableCellMenu = forwardRef<
368368
</PopoverContent>
369369
</Popover>
370370
)}
371-
{/* Optionally pass in children to render in a popover */}
372-
{!visibleButtons && !hiddenButtons && !popoverContent && (
373-
<Popover onOpenChange={(open) => setIsOpen(open)}>
374-
<PopoverVerticalEllipseTrigger isOpen={isOpen} />
375-
<PopoverContent
376-
className="w-fit max-w-[10rem] overflow-y-auto p-0 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600"
377-
align="end"
378-
>
379-
<div className="flex flex-col gap-1 p-1">{children}</div>
380-
</PopoverContent>
381-
</Popover>
382-
)}
383371
</div>
384372
</div>
385373
</TableCell>

0 commit comments

Comments
 (0)