fix: editableTable needs id to be set and uniq
This commit is contained in:
parent
e255ba211e
commit
bba2427de6
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ const Cashboxes = () => {
|
|||
cashbox,
|
||||
deviceId
|
||||
}) => ({
|
||||
id: deviceId,
|
||||
name,
|
||||
cashin: { notes: cashbox, deviceId },
|
||||
cashout1: { notes: cassette1, denomination: top, currency },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue