connection modal converted

This commit is contained in:
Jan Prochazka
2021-03-04 17:55:45 +01:00
parent ce44e271ae
commit c2dc4d76ba
13 changed files with 284 additions and 25 deletions

View File

@@ -335,10 +335,10 @@ export function useConfig() {
}
export function getPlatformInfo() {
return getCore(platformInfoLoader, {}) || {};
return getCore(platformInfoLoader, {});
}
export function usePlatformInfo() {
return useCore(platformInfoLoader, {}) || {};
return useCore(platformInfoLoader, {});
}
export function getArchiveFiles(args) {