forked from ddrilling/asb_cloud_front
fix width of actions column in EditableTable
This commit is contained in:
parent
1bfe5f197e
commit
9d6669c160
@ -133,7 +133,7 @@ export const EditableTable = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const operationColumn = {
|
const operationColumn = {
|
||||||
width: 80,
|
width: 82,
|
||||||
title: (!!onRowAdd) && <Button
|
title: (!!onRowAdd) && <Button
|
||||||
onClick={addNewRow}
|
onClick={addNewRow}
|
||||||
disabled={editingKey !== ''}
|
disabled={editingKey !== ''}
|
||||||
|
Loading…
Reference in New Issue
Block a user