Bladeren bron

fix config display

pull/1/head
Jonathan Cobb 4 jaren geleden
bovenliggende
commit
847b71e7d9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      src/account/AppConfigPage.vue

+ 1
- 1
src/account/AppConfigPage.vue Bestand weergeven

@@ -159,7 +159,7 @@
...mapState('apps', ['app', 'appConfigData', 'actionResult']),
...mapState('system', ['messages']),
hasActionFocus () {
return this.actionFocus !== null && this.lastAction === null;
return typeof this.actionFocus !== 'undefined' && this.actionFocus !== null && this.actionFocus !== '' && this.lastAction === null;
}
},
created () {


Laden…
Annuleren
Opslaan