We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d54a4c commit 55bc4e6Copy full SHA for 55bc4e6
src/application/services/useNote.ts
@@ -176,7 +176,7 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
176
parentNote.value = response.parentNote;
177
} catch (error) {
178
if (error instanceof NotFoundError) {
179
- void router.push(`/error/404?message=${error.message}`);
+ void router.push(`/error/404`);
180
} else {
181
void router.push('/error/500');
182
}
0 commit comments