mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 03:47:09 +00:00
[eslint] updated eslintrc and improved the code (#4702)
This commit is contained in:
@@ -22,7 +22,7 @@ class SysAdminAddInstitutionDialog extends React.Component {
|
||||
const value = e.target.value;
|
||||
this.setState({
|
||||
value: value,
|
||||
isSubmitBtnActive: value.trim() != ''
|
||||
isSubmitBtnActive: value.trim() != ''
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user