mirror of https://github.com/jetkvm/kvm.git
swapped from error to log
This commit is contained in:
parent
5dedda7ad7
commit
6d11eb544f
ui/src/components/sidebar
|
@ -135,7 +135,7 @@ export default function SettingsSidebar() {
|
|||
if ("error" in resp) {
|
||||
console.error("Failed to load USB Config:", resp.error);
|
||||
} else {
|
||||
console.error("syncUsbConfigProduct#getUsbConfig result:", resp.result);
|
||||
console.log("syncUsbConfigProduct#getUsbConfig result:", resp.result);
|
||||
const usbConfigState = resp.result as UsbConfigState
|
||||
setUsbConfigProduct(usbConfigState.product);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue