eslint fixes and new baseline

This commit is contained in:
2025-05-08 10:27:36 +02:00
parent 69fe2a8256
commit c4b760c452
8 changed files with 310 additions and 349 deletions

View File

@@ -14,7 +14,9 @@
<div v-if="flag.success" class="alert alert-success">
{{ trans(getSuccessText) }}
<span v-if="forceRedirect">{{ trans(ADDRESS_WAIT_REDIRECTION) }}</span>
<span v-if="forceRedirect">{{
trans(ADDRESS_WAIT_REDIRECTION)
}}</span>
</div>
<div
@@ -98,8 +100,8 @@
:title="trans(getTextButton)"
>
<span v-if="displayTextButton">{{
trans(getTextButton)
}}</span>
trans(getTextButton)
}}</span>
</button>
</template>
</action-buttons>
@@ -122,8 +124,7 @@ import {
export default {
name: "ShowPane",
methods: {
},
methods: {},
components: {
AddressRenderBox,
ActionButtons,
@@ -137,7 +138,7 @@ export default {
ADDRESS_WAIT_REDIRECTION,
ADDRESS_LOADING,
ADDRESS_ADDRESS_NEW_SUCCESS,
ADDRESS_ADDRESS_EDIT_SUCCESS
ADDRESS_ADDRESS_EDIT_SUCCESS,
};
},
props: [
@@ -185,7 +186,7 @@ export default {
? ACTIVITY_CREATE_ADDRESS
: ACTIVITY_EDIT_ADDRESS;
}
console.log('defaultz', this.defaultz);
console.log("defaultz", this.defaultz);
return this.context.edit
? this.defaultz.button.text.edit
: this.defaultz.button.text.create;