WIP Get Makes
This commit is contained in:
@@ -225,8 +225,13 @@ export function DmsContainer({ bodyshop, setBreadcrumbs, setSelectedHeader, inse
|
||||
<Button
|
||||
onClick={() => {
|
||||
setLogs([]);
|
||||
socket.disconnect();
|
||||
socket.connect();
|
||||
if (Fortellis.treatment === "on") {
|
||||
wsssocket.disconnect();
|
||||
wsssocket.connect();
|
||||
} else {
|
||||
socket.disconnect();
|
||||
socket.connect();
|
||||
}
|
||||
}}
|
||||
>
|
||||
Reconnect
|
||||
|
||||
Reference in New Issue
Block a user