Skip to content

Commit

Permalink
datepicker width updated
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Feb 11, 2025
1 parent e22af3c commit 47d0e80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function CreateScheduleExceptionSheet({
control={form.control}
name="valid_from"
render={({ field }) => (
<FormItem>
<FormItem className="flex flex-col">
<FormLabel required>Valid From</FormLabel>
<DatePicker
date={field.value}
Expand All @@ -225,7 +225,7 @@ export default function CreateScheduleExceptionSheet({
control={form.control}
name="valid_to"
render={({ field }) => (
<FormItem>
<FormItem className="flex flex-col">
<FormLabel required>Valid Till</FormLabel>
<DatePicker
date={field.value}
Expand Down

0 comments on commit 47d0e80

Please sign in to comment.