Revert "Replace generic console.error handlers with window.cloudron.onError"
This reverts commit 7db5a48e35.
This commit is contained in:
@@ -72,7 +72,7 @@ async function getBlockDevices() {
|
||||
if (props.provisioning) [error, blockDevices] = await provisionModel.blockDevices();
|
||||
else [error, blockDevices] = await systemModel.blockDevices();
|
||||
|
||||
if (error) return window.cloudron.onError(error);
|
||||
if (error) return console.error(error);
|
||||
|
||||
ext4BlockDevices.value = [];
|
||||
xfsBlockDevices.value = [];
|
||||
|
||||
Reference in New Issue
Block a user