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