add listener to transaction creation

This commit is contained in:
Moriz Wahl 2022-03-22 14:38:31 +01:00
parent 1c35793245
commit 78aaf629d2
3 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,6 @@ export default {
},
props: {
balance: { type: Number, default: 0 },
email: { type: String, default: null },
},
inject: ['getTunneledEmail'],
data() {

View File

@ -41,6 +41,7 @@
class="list-group-item"
v-bind="transactions[index]"
:decayStartBlock="decayStartBlock"
v-on="$listeners"
/>
</template>

View File

@ -12,7 +12,7 @@
<b-col cols="11">
<!-- Amount / Name || Text -->
<amount-and-name-row :amount="amount" :linkedUser="linkedUser" />
<amount-and-name-row :amount="amount" :linkedUser="linkedUser" v-on="$listeners" />
<!-- Nachricht Memo -->
<memo-row :memo="memo" />