fixes validation text
This commit is contained in:
parent
70b793df3b
commit
991b478287
|
@ -43,7 +43,7 @@
|
|||
|
||||
const validateDescription = description => {
|
||||
if (!description?.length) {
|
||||
return "Please enter a name"
|
||||
return "Please enter a description"
|
||||
}
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue