Skip to content

Commit 25a5bb4

Browse files
committed
type
1 parent ead1c01 commit 25a5bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/contract-components/contract-deploy-form/trusted-forwarders-fieldset.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const TrustedForwardersFieldset: React.FC<
4646
<InputGroup size="md">
4747
<Flex flexDir="column" w="full">
4848
<SolidityInput
49-
value={form.watch("deployParams._trustedForwarders")}
49+
value={form.watch("deployParams._trustedForwarders") as string}
5050
solidityType="address[]"
5151
{...form.register("deployParams._trustedForwarders")}
5252
/>

0 commit comments

Comments
 (0)