Skip to content

Commit c2c0e71

Browse files
committed
addressed comments in PR
1 parent bf04434 commit c2c0e71

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/Claimable.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,7 @@ function ConfigSection(props: {
432432
<FormItem className="flex-1">
433433
<FormLabel>Maximum number of mints per wallet</FormLabel>
434434
<FormControl>
435-
<Input
436-
placeholder="0x..."
437-
{...field}
438-
disabled={!props.isOwnerAccount}
439-
/>
435+
<Input {...field} disabled={!props.isOwnerAccount} />
440436
</FormControl>
441437
<FormMessage />
442438
</FormItem>

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/ModuleForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const InstallModuleForm = (props: InstallModuleFormProps) => {
6161
const client = useThirdwebClient();
6262
const form = useForm<FormData>({
6363
defaultValues: {
64+
publisherAddress: "0xdd99b75f095d0c4d5112aCe938e4e6ed962fb024", // thirdweb publisher address
6465
version: "latest",
6566
},
6667
});

0 commit comments

Comments
 (0)