Merge branch 'develop' of github.com:ToolJet/ToolJet into develop

This commit is contained in:
navaneeth 2021-09-01 09:42:22 +05:30
commit 26a6d97461

View file

@ -438,7 +438,7 @@ export function Table({
id: 'leftActions',
Header: 'Actions',
accessor: 'edit',
width: columnSizes.actions || defaultColumn.width,
width: columnSizes.leftActions || defaultColumn.width,
Cell: (cell) => {
return leftActions().map((action) => (
<button
@ -464,7 +464,7 @@ export function Table({
id: 'rightActions',
Header: 'Actions',
accessor: 'edit',
width: columnSizes.actions || defaultColumn.width,
width: columnSizes.rightActions || defaultColumn.width,
Cell: (cell) => {
return rightActions().map((action) => (
<button