File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments