Update environment variables

This commit is contained in:
Serkan Reis
2023-04-17 13:35:01 +03:00
parent 4d74a230e3
commit 92e85f64db
4 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -107,8 +107,7 @@ export const WhitelistFlexUpload = ({ onChange }: WhitelistFlexUploadProps) => {
'file:py-2 file:px-4 file:mr-4 file:bg-plumbus-light file:rounded file:border-0 cursor-pointer',
'before:absolute before:inset-0 before:hover:bg-white/5 before:transition',
)}
id="airdrop-file"
multiple
id="whitelist-flex-file"
onChange={onFileChange}
type="file"
/>