otf: manage address in edit/create form (wip)

This commit is contained in:
Mathieu Jaumotte 2021-09-30 15:46:34 +02:00
parent 14539f6f88
commit a316cb9568

View File

@ -42,13 +42,12 @@
v-bind:aria-label="$t('thirdparty.phonenumber')" v-bind:aria-label="$t('thirdparty.phonenumber')"
aria-describedby="phonenumber" /> aria-describedby="phonenumber" />
</div> </div>
<!--
<add-address <add-address
:context="this.context" :context="this.context"
:options="this.addAddress.options" :options="this.addAddress.options"
:address-changed-callback="submitAddress"> :address-changed-callback="submitAddress">
</add-address> </add-address>
-->
</div> </div>
</template> </template>