small fixes to invite user workflow

This commit is contained in:
Milo Schwartz
2024-11-14 00:13:37 -05:00
parent ba3505a385
commit 8e64b5e0e9
4 changed files with 6 additions and 5 deletions

View File

@@ -308,13 +308,13 @@ export default function ReverseProxyTargets(props: {
cell: ({ row }) => (
<>
<div className="flex items-center justify-end space-x-2">
<Dot
{/* <Dot
className={
row.original.new || row.original.updated
? "opacity-100"
: "opacity-0"
}
/>
/> */}
<Button
variant="outline"
@@ -494,7 +494,7 @@ export default function ReverseProxyTargets(props: {
</Form>
</div>
<div className="rounded-md border mt-4">
<div className="rounded-md mt-4">
<Table>
<TableHeader>
{table.getHeaderGroups().map((headerGroup) => (