Fix/update gql after server changes (#469)

* [Codegen] Update files

* Update "AboutServer"

* Cache "WebUIUpdateInfo"
This commit is contained in:
schroda
2023-11-24 01:33:56 +01:00
committed by GitHub
parent 3766540ce5
commit 3b147b1b46
6 changed files with 17 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ export function About() {
}, [t]);
const { data } = requestManager.useGetAbout();
const about = data?.about;
const about = data?.aboutServer;
useSetDefaultBackTo('settings');