Enable provision status check in restore

This commit is contained in:
Johannes Zellner
2025-05-06 11:47:06 +02:00
parent 547783e0e0
commit 63f9e26b2e

View File

@@ -188,7 +188,7 @@ onMounted(async () => {
const [error, result] = await provisionModel.status();
if (error) return console.error(error);
// if (redirectIfNeeded(result, 'restore')) return; // redirected to some other view...
if (redirectIfNeeded(result, 'restore')) return; // redirected to some other view...
ready.value = true;
});