Copy fix
This commit is contained in:
parent
0c79935170
commit
b0af50e674
|
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue