BLOG-140 Label management (list and create) #144
@ -59,6 +59,7 @@
|
||||
if (parseResult.error) {
|
||||
const errorResult = z.treeifyError(parseResult.error).properties;
|
||||
formErrors.name = errorResult?.name?.errors[0];
|
||||
formErrors.color = errorResult?.color?.errors[0];
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user