From ebc55ccc8547b2db451b6440d4d1d21b310c6462 Mon Sep 17 00:00:00 2001 From: Tomi_Ohl Date: Thu, 30 Jan 2025 16:41:54 +0100 Subject: [PATCH] copy(contractStateForm): add helper text for output param indexes --- src/requirements/ContractState/ContractStateForm.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/requirements/ContractState/ContractStateForm.tsx b/src/requirements/ContractState/ContractStateForm.tsx index b907c42ed4..b7c4b1c06c 100644 --- a/src/requirements/ContractState/ContractStateForm.tsx +++ b/src/requirements/ContractState/ContractStateForm.tsx @@ -291,6 +291,10 @@ const ContractStateForm = ({ baseFieldPath }: RequirementFormProps) => { > Expected output: + + Output param indexes start from 0, i.e. the first output param index is 0 + + {shouldRenderSimpleInputs ? (