mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add props transactionLinkId in TransactionSend
This commit is contained in:
parent
f9cc754ca0
commit
871a8ed14d
@ -8,16 +8,17 @@
|
||||
<b-row>
|
||||
<!-- ICON -->
|
||||
<b-col cols="1">
|
||||
<type-icon
|
||||
color="text-danger"
|
||||
icon="arrow-left-circle"
|
||||
:transactionLinkId="transactionLinkId"
|
||||
/>
|
||||
<type-icon color="text-danger" icon="arrow-left-circle" />
|
||||
</b-col>
|
||||
|
||||
<b-col cols="11">
|
||||
<!-- Amount / Name -->
|
||||
<amount-and-name-row :amount="amount" :linkedUser="linkedUser" v-on="$listeners" />
|
||||
<amount-and-name-row
|
||||
:amount="amount"
|
||||
:linkedUser="linkedUser"
|
||||
v-on="$listeners"
|
||||
:transactionLinkId="transactionLinkId"
|
||||
/>
|
||||
|
||||
<!-- Memo -->
|
||||
<memo-row :memo="memo" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user