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,
|
cashbox,
|
||||||
deviceId
|
deviceId
|
||||||
}) => ({
|
}) => ({
|
||||||
|
id: deviceId,
|
||||||
name,
|
name,
|
||||||
cashin: { notes: cashbox, deviceId },
|
cashin: { notes: cashbox, deviceId },
|
||||||
cashout1: { notes: cassette1, denomination: top, currency },
|
cashout1: { notes: cassette1, denomination: top, currency },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue