Skip to content

Commit

Permalink
Remove .default from DatePicker component call (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgading authored Oct 4, 2023
1 parent 224980a commit 06a321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/FilteredResource/QueryRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const QueryRow = ({ id, condition, index, update, remove, propertyOptions, schem
>
<span>Value</span>
</label>
<DatePicker.default
<DatePicker
name={`${condition.key}_date_value`}
selected={convertUTCToLocalDate(startDate)}
onChange={(date) => {
Expand Down

0 comments on commit 06a321b

Please sign in to comment.