1
0
Fork 0
mirror of synced 2024-08-23 14:01:34 +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) {
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
)
}