1
0
Fork 0
mirror of synced 2024-09-13 07:53:31 +12:00
This commit is contained in:
Adria Navarro 2024-06-04 16:17:41 +02:00
parent 0c79935170
commit b0af50e674

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
) )
} }