remove unused default state
parent
31beae391c
commit
cf68ce5010
|
@ -20,7 +20,6 @@ const HostsTable = React.createClass({
|
||||||
filteredHosts: this.props.hosts,
|
filteredHosts: this.props.hosts,
|
||||||
sortDirection: null,
|
sortDirection: null,
|
||||||
sortKey: null,
|
sortKey: null,
|
||||||
sortType: null,
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue