From 93bb91aca72a76788128654ad33616dbb22e8aa6 Mon Sep 17 00:00:00 2001 From: Sherfin Shamsudeen Date: Wed, 1 Sep 2021 08:25:46 +0530 Subject: [PATCH] Fix for sizes of table action columns (#657) --- frontend/src/Editor/Components/Table/Table.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => (