mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
Prop type check repair (#2919)
* repair intent check wraning * change doublequote to singlequote, add semicolon * optimized code * modify type-check wraning
This commit is contained in:
@@ -20,7 +20,7 @@ class SelectEditor extends React.Component {
|
||||
super(props);
|
||||
this.state = {
|
||||
isEditing: false,
|
||||
}
|
||||
};
|
||||
this.options = [];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user