fix: cash cassettes editing
This commit is contained in:
parent
a79a5a21e7
commit
60415e23f3
1 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,8 @@ const CashCassettes = () => {
|
|||
{
|
||||
name: 'edit',
|
||||
header: 'Edit',
|
||||
width: 87,
|
||||
width: 175,
|
||||
textAlign: 'center',
|
||||
view: (value, { id }) => {
|
||||
return (
|
||||
<IconButton
|
||||
|
|
@ -220,7 +221,6 @@ const CashCassettes = () => {
|
|||
<EditableTable
|
||||
error={error?.message}
|
||||
name="cashboxes"
|
||||
enableEdit
|
||||
stripeWhen={isCashOutDisabled}
|
||||
elements={elements}
|
||||
data={machines}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue