Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 7483c47

Browse files
authored
Disable click on setup loading button (#340)
1 parent f3f20e5 commit 7483c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Start.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
variant="success"
8383
size="lg"
8484
@click="nextStep"
85-
:disabled="!isStepValid || isRegistering"
85+
:disabled="!isStepValid || isRegistering || !isLndOperational"
8686
class="mt-3 mx-auto d-block px-4"
8787
:class="{ 'loading-fade-blink': !isLndOperational || (currentStep === 8 && !unlocked), 'invisible': currentStep === 5 && recover && !isStepValid }"
8888
>{{ !isLndOperational ? "Loading" : nextButtonText }}</b-button>

0 commit comments

Comments
 (0)