fix: editableTable needs id to be set and uniq

This commit is contained in:
Mauricio Navarro Miranda 2020-04-24 03:42:24 -05:00
parent e255ba211e
commit bba2427de6

View file

@ -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 },