Update placeholder for royalty fee percentage inputs

This commit is contained in:
Serkan Reis 2023-03-07 11:06:35 +03:00
parent 43ae5eb03c
commit 3fb7721fb0
4 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ export const CollectionActions = ({
name: 'royaltyShare',
title: 'Share Percentage',
subtitle: 'Percentage of royalties to be paid',
placeholder: '8%',
placeholder: '5%',
})
const showTokenUriField = type === 'mint_token_uri'

View File

@ -36,7 +36,7 @@ export const RoyaltyDetails = ({ onChange }: RoyaltyDetailsProps) => {
name: 'royaltyShare',
title: 'Share Percentage',
subtitle: 'Percentage of royalties to be paid',
placeholder: '8%',
placeholder: '5%',
})
useEffect(() => {

View File

@ -105,7 +105,7 @@ const BaseMinterInstantiatePage: NextPage = () => {
name: 'royaltyShare',
title: 'Share Percentage',
subtitle: 'Percentage of royalties to be paid',
placeholder: '8%',
placeholder: '5%',
})
const { data, isLoading, mutate } = useMutation(

View File

@ -103,7 +103,7 @@ const VendingMinterInstantiatePage: NextPage = () => {
name: 'royaltyShare',
title: 'Share Percentage',
subtitle: 'Percentage of royalties to be paid',
placeholder: '8%',
placeholder: '5%',
})
const unitPriceState = useNumberInputState({