ソースを参照

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


読み込み中…
キャンセル
保存