Skip to content

Commit

Permalink
chore: other refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Aug 15, 2024
1 parent d71b00a commit 920f6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/app/pages/form/form-component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const FormComponent = () => {
<TimePickerDropdown
time={time_start}
onUpdate={updateFormField}
element_id='time_start'
elementId='time_start'
/>
</div>
)}
Expand Down Expand Up @@ -278,7 +278,7 @@ export const FormComponent = () => {
<TimePickerDropdown
time={expiry_time}
onUpdate={updateFormField}
element_id='expiry_time'
elementId='expiry_time'
/>
</div>
</div>
Expand Down

0 comments on commit 920f6d3

Please sign in to comment.