Skip to content

Commit

Permalink
do not toggle actions visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Dejon Gill <[email protected]>
  • Loading branch information
itsmed committed Jan 30, 2025
1 parent 4ef7ae3 commit 240bfb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const VendorsTable = () => {
header: '',
cell: ({ cell }) => <Actions vendorId={cell.getValue() as string} />,
size: 40,
enableHiding: false,
},
]
console.log('column', columns[0])
Expand Down

0 comments on commit 240bfb0

Please sign in to comment.