Address: replace variable entity.type by entity.name

This commit is contained in:
2021-09-16 16:12:32 +02:00
parent da32afeb3f
commit 9ff58fe0c3
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<template>
<add-address
v-bind:key="context.entity.type"
v-bind:key="context.entity.name"
v-bind:context="context"
v-bind:options="options"
v-bind:addressChanged="submitAddress"