fix: event service

This commit is contained in:
Danil Kovtonyuk 2022-07-05 18:29:31 +10:00
parent 56a6835d80
commit d36b1a9866
No known key found for this signature in database
GPG key ID: E72A919BF08C3746
3 changed files with 26 additions and 10 deletions

View file

@ -133,8 +133,8 @@
:class="{ 'slide-animation-active': isLoading }"
:disabled="isWithdrawalButtonDisable"
:loading="isLoadingRelayers || isLoading"
@click="onWithdraw"
data-test="button_start_withdraw"
@click="onWithdraw"
>
{{ $t('withdrawButton') }}
</b-button>
@ -382,6 +382,8 @@ export default {
},
activeTab(newTab, oldTab) {
if (newTab !== oldTab && newTab === 1) {
this.withdrawAddress = ''
this.withdrawNote = ''
this.error = {
type: '',
message: ''