Skip to content
Snippets Groups Projects
Commit 660d706a authored by Alf Eaton's avatar Alf Eaton
Browse files

Disable unknown attribute

parent 9eb8bd8e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ const Validot = ({ input, meta, message }) => (
[classes.error]: meta.error,
[classes.warning]: meta.warning,
})}
message={message}
// message={message}
onClick={() => scrollIntoView(input.name)}/>
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment