Merge pull request #556 from 0xhsy/update-verification

btn disable bug fix
This commit is contained in:
ping 2024-03-21 15:52:07 +08:00 committed by GitHub
commit 86241fa4ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,7 @@ function callFunction(title: string, method: string, arg: Argument) {
<div v-if="Object.keys(verification).length == 0" >
Haven't found verification
</div>
<button class="btn btn-primary mt-5" @click="verify" :disabled="executions.length > 0">verify</button>
<button class="btn btn-primary mt-5" @click="verify" v-show="tab === 'verification'" :disabled="verification.error !== undefined">verify</button>
</div>
<!-- alert-info -->