mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-18 20:04:53 +00:00
Merge pull request #62 from Telecominfraproject/hotfix/WIFI-774
hotfix/WIFI-774
This commit is contained in:
@@ -36,6 +36,15 @@ const System = () => {
|
|||||||
description: 'No matching manufacturer found for OUI',
|
description: 'No matching manufacturer found for OUI',
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
onCompleted: () => {
|
||||||
|
if (!data?.getOui?.oui) {
|
||||||
|
notification.error({
|
||||||
|
message: 'Error',
|
||||||
|
description: 'No matching manufacturer found for OUI',
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
fetchPolicy: 'no-cache',
|
||||||
});
|
});
|
||||||
const [fileUpload] = useMutation(OUI_UPLOAD);
|
const [fileUpload] = useMutation(OUI_UPLOAD);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user