Skip to content

Commit

Permalink
feat: wp
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 28, 2024
1 parent a0e0cd2 commit 2f2d3af
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 393 deletions.
16 changes: 0 additions & 16 deletions src/app/_components/time-filter/DateInputRangeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ export function DateInputRangeForm({
onChange={handleChange}
placeholder={startPlaceholder}
type={type}
// name="value"
// type={type}
// placeholder={startPlaceholder}
// value={form.values.startDate}
// onChange={e => {
// form.setFieldValue('startDate', e.target.value);
// }}
// {...field}
/>
</FormControl>
)}
Expand All @@ -85,14 +77,6 @@ export function DateInputRangeForm({
onChange={handleChange}
placeholder={endPlaceholder}
type={type}
// name="end"
// type={type}
// placeholder={endPlaceholder}
// value={form.values.endDate}
// onChange={e => {
// form.setFieldValue('endDate', e.target.value);
// }}
// {...field}
/>
</FormControl>
)}
Expand Down
Loading

0 comments on commit 2f2d3af

Please sign in to comment.