Improve csv upload description
This commit is contained in:
parent
5866e2d536
commit
3cbba7c8aa
@ -174,7 +174,7 @@ export const CollectionActions = ({
|
||||
{showNumberOfTokensField && <NumberInput {...batchNumberState} />}
|
||||
{showAirdropFileField && (
|
||||
<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"
|
||||
>
|
||||
<AirdropUpload onChange={airdropFileOnChange} />
|
||||
|
Loading…
Reference in New Issue
Block a user