mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix problems with multiple entries with null id, vue seems automatic use id as key, despite the manuel choosen key publicKey
This commit is contained in:
parent
faf4c848ca
commit
6c16307949
@ -44,7 +44,7 @@
|
||||
</b-row>
|
||||
<b-list-group-item
|
||||
v-for="federation in item.federatedCommunities"
|
||||
:key="federation.publicKey"
|
||||
:key="federation.id"
|
||||
:variant="!item.foreign ? 'primary' : 'warning'"
|
||||
>
|
||||
<federation-visualize-item :item="federation" />
|
||||
|
||||
@ -3,7 +3,6 @@ import gql from 'graphql-tag'
|
||||
export const allCommunities = gql`
|
||||
query {
|
||||
allCommunities {
|
||||
id
|
||||
foreign
|
||||
url
|
||||
publicKey
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user