Merged in Tiago-Ribeiro/batchcodegeneratortsx-edited-online-with-1705170801981 (pull request #22)

BatchCodeGenerator.tsx edited online with Bitbucket
This commit is contained in:
Tiago Ribeiro
2024-01-13 18:34:01 +00:00

View File

@@ -103,7 +103,7 @@ export default function BatchCodeGenerator({user}: {user: User}) {
return ( return (
<div className="flex flex-col gap-4 border p-4 border-mti-gray-platinum rounded-xl"> <div className="flex flex-col gap-4 border p-4 border-mti-gray-platinum rounded-xl">
<label className="font-normal text-base text-mti-gray-dim">Choose a .txt file containing e-mails</label> <label className="font-normal text-base text-mti-gray-dim">Choose a .xlsx file containing e-mails</label>
<Button onClick={openFilePicker} isLoading={isLoading} disabled={isLoading}> <Button onClick={openFilePicker} isLoading={isLoading} disabled={isLoading}>
{filesContent.length > 0 ? filesContent[0].name : "Choose a file"} {filesContent.length > 0 ? filesContent[0].name : "Choose a file"}
</Button> </Button>