We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650e11a commit fda0b31Copy full SHA for fda0b31
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