This commit is contained in:
Adria Navarro 2024-06-04 16:17:41 +02:00
parent 0c79935170
commit b0af50e674
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ async function guardViewSchema(
if (!viewSchemaField?.visible) { if (!viewSchemaField?.visible) {
throw new HTTPError( throw new HTTPError(
`You can't hide "${field.name} because it is a required field."`, `You can't hide "${field.name}" because it is a required field.`,
400 400
) )
} }