Improve csv upload description
This commit is contained in:
parent
5866e2d536
commit
3cbba7c8aa
@ -174,7 +174,7 @@ export const CollectionActions = ({
|
|||||||
{showNumberOfTokensField && <NumberInput {...batchNumberState} />}
|
{showNumberOfTokensField && <NumberInput {...batchNumberState} />}
|
||||||
{showAirdropFileField && (
|
{showAirdropFileField && (
|
||||||
<FormGroup
|
<FormGroup
|
||||||
subtitle="CSV file that contains the airdrop addresses and the amount of tokens allocated for each address."
|
subtitle="CSV file that contains the airdrop addresses and the amount of tokens allocated for each address. Should start with the following header row: address,amount"
|
||||||
title="Airdrop File"
|
title="Airdrop File"
|
||||||
>
|
>
|
||||||
<AirdropUpload onChange={airdropFileOnChange} />
|
<AirdropUpload onChange={airdropFileOnChange} />
|
||||||
|
Loading…
Reference in New Issue
Block a user