Преглед на файлове

fix config display

pull/1/head
Jonathan Cobb преди 4 години
родител
ревизия
847b71e7d9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/account/AppConfigPage.vue

+ 1
- 1
src/account/AppConfigPage.vue Целия файл

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


Зареждане…
Отказ
Запис