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,
deviceId
}) => ({
id: deviceId,
name,
cashin: { notes: cashbox, deviceId },
cashout1: { notes: cassette1, denomination: top, currency },