Revert "Replace generic console.error handlers with window.cloudron.onError"
This reverts commit 7db5a48e35.
This commit is contained in:
@@ -12,7 +12,7 @@ const filesystems = ref([]);
|
||||
|
||||
onMounted(async () => {
|
||||
const [error, result] = await systemModel.filesystems();
|
||||
if (error) return window.cloudron.onError(error);
|
||||
if (error) return console.error(error);
|
||||
|
||||
filesystems.value = result;
|
||||
ready.value = true;
|
||||
|
||||
Reference in New Issue
Block a user