Skip to content

Commit c5fcabf

Browse files
committed
minor update
1 parent e317cd5 commit c5fcabf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hooks/useInstallationSetup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ export const useInstallationSetup = () => {
289289
console.log("[useInstallationSetup] Backend marked as ready");
290290

291291
setSuccess();
292+
setNeedsBackendRestart(false);
292293
checkAndSetDone();
293294
} else {
294295
console.error(
@@ -317,5 +318,6 @@ export const useInstallationSetup = () => {
317318
setError,
318319
setBackendError,
319320
setInitState,
321+
setNeedsBackendRestart,
320322
]);
321323
};

0 commit comments

Comments
 (0)