alova - refactor wifi scan

This commit is contained in:
Proddy
2023-06-18 10:46:50 +02:00
parent ed55a96b80
commit b1d666d7b9
14 changed files with 58 additions and 60 deletions

View File

@@ -73,7 +73,7 @@ const SystemStatusForm: FC = () => {
immediate: false
});
const { data: data, send: loadData, error } = useRequest(SystemApi.readSystemStatus);
const { data: data, send: loadData, error } = useRequest(SystemApi.readSystemStatus, { force: true });
useEffect(() => {
void axios.get(VERSIONCHECK_ENDPOINT).then((response) => {