diff --git a/frontend/src/Editor/Components/Table.jsx b/frontend/src/Editor/Components/Table.jsx index 2603650b69..3681be45e9 100644 --- a/frontend/src/Editor/Components/Table.jsx +++ b/frontend/src/Editor/Components/Table.jsx @@ -64,6 +64,7 @@ export function Table({ id, width, height, component, onComponentClick, currentS id: 'actions', Header: 'Actions', accessor: 'edit', + width: columnSizes['actions'] || defaultColumn.width, Cell: (cell) => { return actions.value.map((action) =>