add sticky actions col to org idp table

This commit is contained in:
miloschwartz
2025-12-23 14:58:58 -05:00
committed by Owen Schwartz
parent 2f561b5604
commit db43cf1b30
2 changed files with 3 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ export default function IdpTable({ idps, orgId }: Props) {
},
{
id: "actions",
enableHiding: false,
header: () => <span className="p-3">{t("actions")}</span>,
cell: ({ row }) => {
const siteRow = row.original;