src/menu/components/tabs/tabsetting/index.jsx
@@ -15,7 +15,7 @@ } state = { dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, visible: false, setting: null } @@ -69,6 +69,7 @@ <SettingForm dict={dict} setting={setting} inputSubmit={this.verifySubmit} wrappedComponentRef={(inst) => this.verifyRef = inst} /> </Modal>