mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change props transactionLinks type from object to Array
This commit is contained in:
parent
5b56b8624f
commit
d843530e39
@ -12,7 +12,7 @@
|
||||
export default {
|
||||
name: 'CollapseLinksList',
|
||||
props: {
|
||||
transactionLinks: { type: Object, required: true },
|
||||
transactionLinks: { type: Array, required: true },
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user