Merge branch 'master' of github.com:openspug/spug

This commit is contained in:
vapao 2020-03-30 11:48:48 +08:00
commit 9407c53bb3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class AlarmSetting extends React.Component {
this.setting = JSON.parse(lds.get(store.settings, 'mail_service.value', "{}"));
this.state = {
mode: this.setting['server'] === undefined ? '1' : '2',
spug_key: lds.get(store.settings, 'spug_key.value')
spug_key: lds.get(store.settings, 'spug_key.value', "")
}
}