レシピページでバリデーションエラー
Closed this issue · 0 comments
mst-mkt commented
概要
以下のページでバリデーションエラーが発生している
http://chefcam.keito.dev/recipe/23980024
エラー内容
[
{
code: "too_small",
minimum: 1,
type: "string",
inclusive: true,
exact: false,
message: "String must contain at least 1 character(s)",
path: ["steps", 9, "step"],
},
{
code: "too_small",
minimum: 1,
type: "string",
inclusive: true,
exact: false,
message: "String must contain at least 1 character(s)",
path: ["steps", 10, "step"],
},
{
code: "too_small",
minimum: 1,
type: "string",
inclusive: true,
exact: false,
message: "String must contain at least 1 character(s)",
path: ["steps", 11, "step"],
},
];