Skip to content

Commit

Permalink
fix pretier
Browse files Browse the repository at this point in the history
  • Loading branch information
angelaco11 committed Dec 9, 2024
1 parent a98fa2e commit 11f8157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/components/fields/DateField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DateField = (props: PageElementProps) => {
* passthrough props until @cmsgov/design-system^9.0.0
* TODO: Unhack, to just `disabled={props.disabled}`
*/
{...{ disabled: props.disabled } }
{...{ disabled: props.disabled }}
/>
</Box>
);
Expand Down

0 comments on commit 11f8157

Please sign in to comment.