fix width of actions column in EditableTable

This commit is contained in:
Фролов 2021-08-20 09:20:33 +05:00
parent 1bfe5f197e
commit 9d6669c160

View File

@ -133,7 +133,7 @@ export const EditableTable = ({
}
const operationColumn = {
width: 80,
width: 82,
title: (!!onRowAdd) && <Button
onClick={addNewRow}
disabled={editingKey !== ''}