We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639fe93 commit 62c387bCopy full SHA for 62c387b
client/src/common/components/WelcomeDialog/WelcomeDialog.jsx
@@ -23,11 +23,11 @@ export const Dialog = () => {
23
const [animating, setAnimating] = useState(false);
24
25
const finish = async () => {
26
+ await patchRequest("/config/provider", {value: provider});
27
+
28
if (config.previewMode) {
29
localStorage.setItem("welcomeShown", "true");
30
} else {
- await patchRequest("/config/provider", {value: provider});
-
31
await patchRequest("/config/ping", {value: ping});
32
await patchRequest("/config/download", {value: download});
33
await patchRequest("/config/upload", {value: upload});
0 commit comments