diff --git a/frontend/src/Editor/Components/Table/Table.jsx b/frontend/src/Editor/Components/Table/Table.jsx index babe8a0442..7627d1ac12 100644 --- a/frontend/src/Editor/Components/Table/Table.jsx +++ b/frontend/src/Editor/Components/Table/Table.jsx @@ -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) => (