mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-11-02 03:37:50 +00:00
hotfix: clearer wait for trace behaviour
This commit is contained in:
@@ -134,7 +134,7 @@ const TraceModal = ({ show, toggleModal }) => {
|
||||
const getBody = () => {
|
||||
if(waitingForTrace){
|
||||
return (
|
||||
<WaitingForTraceBody serialNumber={selectedDeviceId} commandUuid={commandUuid}/>
|
||||
<WaitingForTraceBody toggle={toggleModal} serialNumber={selectedDeviceId} commandUuid={commandUuid}/>
|
||||
);
|
||||
}
|
||||
if(hadSuccess){
|
||||
|
||||
Reference in New Issue
Block a user