From 8e65f74a0773b242f1c0eb5c929a24c9300348b5 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 14 May 2023 08:28:36 +0200 Subject: [PATCH] fix: use replace in new page redirect Signed-off-by: Tilman Vatteroth --- frontend/src/pages/new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/new.tsx b/frontend/src/pages/new.tsx index 1a5f8eef4..ece3f6554 100644 --- a/frontend/src/pages/new.tsx +++ b/frontend/src/pages/new.tsx @@ -37,7 +37,7 @@ export const NewNotePage: NextPage = () => { /> }> - + )