diff --git a/ui/src/views/devices/DeviceQueue.tsx b/ui/src/views/devices/DeviceQueue.tsx index bb8cc207..d2d8efda 100644 --- a/ui/src/views/devices/DeviceQueue.tsx +++ b/ui/src/views/devices/DeviceQueue.tsx @@ -160,7 +160,7 @@ class DeviceQueue extends Component { } } - req.setItem(item); + req.setQueueItem(item); DeviceStore.enqueue(req, _ => { this.formRef.current.resetFields(); diff --git a/ui/yarn.lock b/ui/yarn.lock index 93b3d71e..76e040ff 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -5772,11 +5772,6 @@ grpc-web@^1.2.1: resolved "https://registry.yarnpkg.com/grpc-web/-/grpc-web-1.2.1.tgz#860051d705bf5baa7b81fcbd14030060bf16b7b9" integrity sha512-ibBaJPzfMVuLPgaST9w0kZl60s+SnkPBQp6QKdpEr85tpc1gXW2QDqSne9xiyiym0logDfdUSm4aX5h9YBA2mw== -grpc-web@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/grpc-web/-/grpc-web-1.3.1.tgz#6d8affe75a103790b7ad570824e765a1d6a418e4" - integrity sha512-VxyYEAGsatecAFY3xieRDzsuhm92yQBsJD7fd5Z3MY150hZWPwkrUWetzJ0QK5W0uym4+VedPQrei38wk0eIjQ== - gzip-size@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"