We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 650e11a + fda0b31 commit 6ec97dcCopy full SHA for 6ec97dc
1 file changed
packages/new-polymath-ui/src/components/CsvUploader/CsvErrors/index.tsx
@@ -68,9 +68,9 @@ const CsvErrorsComponent: FC<Props> = ({ className }) => {
68
)}
69
{data.errors.includes(csvParser.ErrorCodes.extraColumns) && (
70
<Notification
71
- status="warning"
+ status="alert"
72
title="Your .csv has extra columns"
73
- description="Only the columns listed below will be used. Make sure your .csv format is correct."
+ description="Only the columns listed below can be used. Make sure your .csv format is correct."
74
/>
75
76
</sc.Wrapper>
0 commit comments