Skip to content

Commit

Permalink
fix: update device from group id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Oct 11, 2022
1 parent 608c4b1 commit 7642e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function GroupsList() {
GrCtx.setIsDeviceEdit(true);
GrCtx.setDeleteName(`${row.address}:${row.port}`)
GrCtx.setGroupId(groupId);
GrCtx.setDeviceId(row._id.$oid);
GrCtx.setDeviceId(row._id);
GrCtx.setAddress(row.address);
GrCtx.setPort(row.port);
GrCtx.setVersion(row.version);
Expand Down

0 comments on commit 7642e16

Please sign in to comment.