We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6d825 commit 54dd351Copy full SHA for 54dd351
apps/webapp/app/components/primitives/Table.tsx
@@ -368,18 +368,6 @@ export const TableCellMenu = forwardRef<
368
</PopoverContent>
369
</Popover>
370
)}
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
- )}
383
</div>
384
385
</TableCell>
0 commit comments