Skip to content

Commit

Permalink
fix: change to FormHelperText
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Jan 30, 2025
1 parent ebc55cc commit fd4964a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requirements/ContractState/ContractStateForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ const ContractStateForm = ({ baseFieldPath }: RequirementFormProps) => {
>
<FormLabel>Expected output:</FormLabel>

<Text fontSize="sm" color="gray.500">
<FormHelperText>
Output param indexes start from 0, i.e. the first output param index is 0
</Text>
</FormHelperText>

{shouldRenderSimpleInputs ? (
<Controller
Expand Down

0 comments on commit fd4964a

Please sign in to comment.