mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change position from visible on collapse in TransactionLinksSummary.vue
This commit is contained in:
parent
255a11ee5a
commit
83b1c4c9e1
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="transaction-slot-link">
|
||||
<div @click="visible = !visible">
|
||||
<div>
|
||||
<!-- Collaps Icon -->
|
||||
<collapse-icon class="text-right" :visible="visible" />
|
||||
<div>
|
||||
<div @click="visible = !visible">
|
||||
<b-row>
|
||||
<!-- ICON -->
|
||||
<b-col cols="1">
|
||||
@ -80,7 +80,7 @@ export default {
|
||||
fetchPolicy: 'network-only',
|
||||
})
|
||||
.then((result) => {
|
||||
this.transactionLinks = result.data
|
||||
this.transactionLinks = result.data.listTransactionLinks
|
||||
})
|
||||
.catch((err) => {
|
||||
this.toastError(err.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user