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 63be29f commit c39ee74Copy full SHA for c39ee74
apps/webapp/app/components/primitives/Table.tsx
@@ -301,11 +301,7 @@ export const TableCellMenu = forwardRef<
301
</PopoverContent>
302
</Popover>
303
)}
304
-
305
- {/*
306
- Todo: This is support for the legacy TableCell where all buttons were in Popovers.
307
- Replace all instances of this with the new options above and remove when done.
308
- */}
+ {/* Optionally pass in children to render in a popover */}
309
{!visibleButtons && !hiddenButtons && !popoverContent && (
310
<Popover onOpenChange={(open) => setIsOpen(open)}>
311
<PopoverVerticalEllipseTrigger isOpen={isOpen} />
0 commit comments