Skip to content

Commit

Permalink
Update sdk/react/src/lib/fragment-components/a-time-picker.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Zvonimir Fras <[email protected]>
  • Loading branch information
jz5426 and zvonimirfras authored Jul 22, 2024
1 parent 3378c01 commit 6bf50b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/react/src/lib/fragment-components/a-time-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ATimePickerSettingsUI = ({ selectedComponent, setComponent }: any)
return <>
<Checkbox
labelText='AM/PM'
id='apPm'
id='amPm'
checked={selectedComponent.showTimePeriod}
onChange={(_: any, { checked }: any) => setComponent({
...selectedComponent,
Expand Down

0 comments on commit 6bf50b8

Please sign in to comment.