mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-22 22:55:00 +00:00
AddAddress: adjust Open and Close methods for each step
This commit is contained in:
@@ -54,21 +54,21 @@
|
||||
v-bind:entity="entity">
|
||||
</address-more>
|
||||
|
||||
<!-- Not display in modal -->
|
||||
<action-buttons v-if="insideModal === false">
|
||||
<action-buttons v-if="insideModal === false"
|
||||
:flag="this.flag"
|
||||
:options="this.options"
|
||||
:default="this.default">
|
||||
<template v-slot:action>
|
||||
<li>
|
||||
<a class="btn btn-cancel change-icon" @click="flag.showPane = true; flag.editPane = false;">
|
||||
{{ $t('action.cancel') }}
|
||||
</a>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<a class="btn btn-update" @click.prevent="$emit('closeEditPane')">
|
||||
{{ $t('action.valid_and_see')}}
|
||||
<a class="btn btn-save" @click.prevent="$emit('closeEditPane')">
|
||||
{{ $t('action.save')}}
|
||||
</a>
|
||||
</li>
|
||||
-->
|
||||
</template>
|
||||
</action-buttons>
|
||||
|
||||
|
Reference in New Issue
Block a user