2
0

(sheets) Add duplicate header notice

This commit is contained in:
Baptiste Arnaud
2023-04-25 08:45:13 +02:00
parent c09a84034e
commit a03d124046

View File

@@ -23,7 +23,7 @@ export const SheetsDropdown = ({
<Input value="No sheets found" isDisabled />
<MoreInfoTooltip>
Make sure your spreadsheet contains at least a sheet with a header
row.
row. Also make sure your header row does not contain duplicates.
</MoreInfoTooltip>
</HStack>
)