Explorar el Código

fix config display

pull/1/head
Jonathan Cobb hace 4 años
padre
commit
847b71e7d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/account/AppConfigPage.vue

+ 1
- 1
src/account/AppConfigPage.vue Ver fichero

@@ -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 () {


Cargando…
Cancelar
Guardar