mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Added filtering by date range to visit stats page
This commit is contained in:
@@ -15,7 +15,7 @@ export default class DateInput extends React.Component {
|
||||
<div className="date-input-container">
|
||||
<DatePicker
|
||||
{...this.props}
|
||||
className="date-input-container__input form-control"
|
||||
className={`date-input-container__input form-control ${this.props.className || ''}`}
|
||||
dateFormat="YYYY-MM-DD"
|
||||
readOnly
|
||||
ref={this.inputRef}
|
||||
|
||||
Reference in New Issue
Block a user