Skip to content

Commit

Permalink
[REVERT ME] Docs QA testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 22, 2024
1 parent 30974c6 commit e357261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eui/src-docs/src/views/date_picker/date_picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import moment from 'moment';
import { EuiDatePicker, EuiFormRow } from '../../../../src/components';

export default () => {
const [startDate, setStartDate] = useState(moment());
const [startDate, setStartDate] = useState(moment('invalid'));

const handleChange = (date) => {
setStartDate(date);
Expand Down

0 comments on commit e357261

Please sign in to comment.