fix: network offline tip

This commit is contained in:
Tristan Yang
2022-08-03 22:54:00 +08:00
parent eba6d1de52
commit d99a3428f8
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default function ConfigAgora() {
return { ...prev, [type]: newValue };
});
};
// if (!values) return null;
if (!values) return null;
const {
url,
project_id,