This commit is contained in:
Natsumi
2025-11-11 15:21:11 +11:00
parent b4ba826809
commit 19b9895864
2 changed files with 3 additions and 2 deletions

View File

@@ -373,7 +373,8 @@ export const useSearchStore = defineStore('Search', () => {
});
}
}
} catch {
} catch (error) {
console.log(error);
} finally {
directAccessPrompt.value = null;
}