mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
no changes on Confirmation Send in this PR
This commit is contained in:
parent
c6dcd29f67
commit
d769096276
@ -58,11 +58,7 @@
|
|||||||
<b-button @click="$emit('on-reset')">{{ $t('form.cancel') }}</b-button>
|
<b-button @click="$emit('on-reset')">{{ $t('form.cancel') }}</b-button>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col class="text-right">
|
<b-col class="text-right">
|
||||||
<b-button
|
<b-button variant="success" :disabled="loading" @click="$emit('send-transaction')">
|
||||||
variant="success"
|
|
||||||
:disabled="disabled"
|
|
||||||
@click="$emit('send-transaction'), (disabled = 'disabled')"
|
|
||||||
>
|
|
||||||
{{ $t('form.send_now') }}
|
{{ $t('form.send_now') }}
|
||||||
</b-button>
|
</b-button>
|
||||||
</b-col>
|
</b-col>
|
||||||
@ -80,11 +76,6 @@ export default {
|
|||||||
loading: { type: Boolean, required: true },
|
loading: { type: Boolean, required: true },
|
||||||
selected: { type: String, required: true },
|
selected: { type: String, required: true },
|
||||||
},
|
},
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
disabled: this.loading,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user