mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Address: replace variable entity.type by entity.name
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user