mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 11:35:11 +00:00
Let dropdown be collapsed by default (woops)
This commit is contained in:
@@ -20,7 +20,7 @@ export default class SortDropdown extends React.Component {
|
||||
super();
|
||||
|
||||
this.state = {
|
||||
isExpanded: true
|
||||
isExpanded: false
|
||||
};
|
||||
|
||||
methodsToBind.forEach((method) => {
|
||||
|
||||
Reference in New Issue
Block a user