From 5017ba99328d3f200a92f2ffcfcdd50d2ec2bdaa Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:45:33 +0100 Subject: [PATCH] Handle backup creation on same domain as server (#592) In case the webUI is hosted by the server the backup creation caused the app to navigate to the backup url which resulted in an empty page Regression introduced with db5d3ff7c0062257f7096df906bdcee84a98c17e --- src/screens/settings/Backup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/settings/Backup.tsx b/src/screens/settings/Backup.tsx index 9e61538d..6430af8c 100644 --- a/src/screens/settings/Backup.tsx +++ b/src/screens/settings/Backup.tsx @@ -227,7 +227,7 @@ export function Backup() { return ( <> - +