Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 29, 2024
1 parent dc3b51e commit d9b0397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/forms/InputComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export function LabelComponent(props: Omit<BaseProps, 'value'>) {
<GridItem {...inputContainerProps}>
<LabelWrapper
subLabel={subLabel}
// TODO: LabelWrapper error message design is out of date
errorMessage={errorMessage}
>
{children}
Expand Down

0 comments on commit d9b0397

Please sign in to comment.