From f4011a7cbcfe071b273fc80aa04642249e5ca292 Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 22 Oct 2024 18:06:12 +0200 Subject: [PATCH] Fix Settings not updating ApiUri --- Website/App.tsx | 5 ++++- Website/modules/Settings.tsx | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Website/App.tsx b/Website/App.tsx index 6ef37ad..ac54501 100644 --- a/Website/App.tsx +++ b/Website/App.tsx @@ -49,7 +49,10 @@ export default function App(){ : <>} setShowSearch(true)} onJobsChanged={UpdateList} connectedToBackend={connected} /> - :

No connection to backend

} + : <> +

No connection to the Backend.

+

Check the Settings ApiUri.

+ }