Enable provision status check in restore
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user