fix: bug#16436

This commit is contained in:
XieYongHong 2023-07-16 00:41:33 +08:00
parent 2ba9542748
commit d88fed78ed
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ const checkDeviceDelete = async () => {
if (item!.selectorValues!.length === 1 && hasDevice) { if (item!.selectorValues!.length === 1 && hasDevice) {
const deviceDetail = deviceResp?.result?.data?.[0] const deviceDetail = deviceResp?.result?.data?.[0]
metadata = JSON.parse(deviceDetail?.metadata || '{}') // metadata = JSON.parse(deviceDetail?.deriveMetadata || '{}') //
} }
} }
if (!hasDevice) { // if (!hasDevice) { //