We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e317cd5 commit c5fcabfCopy full SHA for c5fcabf
1 file changed
src/hooks/useInstallationSetup.ts
@@ -289,6 +289,7 @@ export const useInstallationSetup = () => {
289
console.log("[useInstallationSetup] Backend marked as ready");
290
291
setSuccess();
292
+ setNeedsBackendRestart(false);
293
checkAndSetDone();
294
} else {
295
console.error(
@@ -317,5 +318,6 @@ export const useInstallationSetup = () => {
317
318
setError,
319
setBackendError,
320
setInitState,
321
+ setNeedsBackendRestart,
322
]);
323
};
0 commit comments