mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-07 11:26:45 +00:00
Rename setItem to setQueueItem.
This was renamed to be more consistent with the multicast enqueue message.
This commit is contained in:
parent
51a93f851e
commit
68b1de87f3
@ -160,7 +160,7 @@ class DeviceQueue extends Component<IProps, IState> {
|
||||
}
|
||||
}
|
||||
|
||||
req.setItem(item);
|
||||
req.setQueueItem(item);
|
||||
|
||||
DeviceStore.enqueue(req, _ => {
|
||||
this.formRef.current.resetFields();
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user