Skip to content

Commit

Permalink
Add back in the "to"
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Nov 22, 2023
1 parent 6baa60d commit daffdbe
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const WaveForm: React.FC<WaveFormProps> = ({
fieldId="name"
/>
</GridItem>
<GridItem span={6}>
<GridItem span={3}>
<HookFormPFGroupController
control={control}
name="startDateStr"
Expand All @@ -311,7 +311,18 @@ export const WaveForm: React.FC<WaveFormProps> = ({
)}
/>
</GridItem>
<GridItem span={6}>
<GridItem
span={1}
style={{
display: "flex",
alignItems: "center",
justifyContent: "center",
}}
>
to
</GridItem>

<GridItem span={8}>
<HookFormPFGroupController
control={control}
name="endDateStr"
Expand Down

0 comments on commit daffdbe

Please sign in to comment.