Rename date range selector component to the month selector
This commit is contained in:
@@ -5,7 +5,7 @@ import { Form, Message, Grid } from 'semantic-ui-react';
|
||||
|
||||
import { defaultDateFormat } from '../../constants/constants';
|
||||
|
||||
class DateRangePicker extends Component {
|
||||
class MonthSelector extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
@@ -137,4 +137,4 @@ class DateRangePicker extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
export default DateRangePicker;
|
||||
export default MonthSelector;
|
||||
Reference in New Issue
Block a user