mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge branch 'develop' of github.com:ToolJet/ToolJet into develop
This commit is contained in:
commit
26a6d97461
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue