We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead1c01 commit 25a5bb4Copy full SHA for 25a5bb4
apps/dashboard/src/components/contract-components/contract-deploy-form/trusted-forwarders-fieldset.tsx
@@ -46,7 +46,7 @@ export const TrustedForwardersFieldset: React.FC<
46
<InputGroup size="md">
47
<Flex flexDir="column" w="full">
48
<SolidityInput
49
- value={form.watch("deployParams._trustedForwarders")}
+ value={form.watch("deployParams._trustedForwarders") as string}
50
solidityType="address[]"
51
{...form.register("deployParams._trustedForwarders")}
52
/>
0 commit comments