Fix linting

This commit is contained in:
Wolfgang Huß 2024-10-30 13:09:45 +01:00
parent b14d873c9f
commit 71b1992f80
3 changed files with 7 additions and 5 deletions

View File

@ -272,8 +272,8 @@ export default {
return isNestedValue
? this.formData.locationName.value
: isDirectString
? this.formData.locationName
: ''
? this.formData.locationName
: ''
},
locationNameLabelAddOnOldName() {
return this.formLocationName !== '' ? ' — ' + this.formLocationName : ''

View File

@ -97,7 +97,9 @@ export default {
position: absolute;
width: 0;
border-radius: inherit;
transition: width 0.5s ease-in-out, background 0.25s;
transition:
width 0.5s ease-in-out,
background 0.25s;
}
.password-strength-meter-inner {

View File

@ -28,8 +28,8 @@ export default {
return this.forceTargetBlank
? '_blank'
: !this.pageParams.isInternalPage
? this.pageParams.externalLink.target
: ''
? this.pageParams.externalLink.target
: ''
},
isInternalLink() {
return !this.forceTargetBlank && this.pageParams.isInternalPage