mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-19 06:31:14 +00:00
make it so the message at the top of form is never strictly wrong
This commit is contained in:
parent
7ae03bec27
commit
4a28c85e92
@ -5,8 +5,8 @@ import { Tag } from '@carbon/react';
|
||||
function ErrorList({ errors }: ErrorListProps) {
|
||||
if (errors) {
|
||||
return (
|
||||
<Tag type="red" size="md" title="Fill Required Fields">
|
||||
Please fill out required fields
|
||||
<Tag type="red" size="md" title="Fix validation issues">
|
||||
Some fields are invalid. Please correct them before submitting the form.
|
||||
</Tag>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user