This commit is contained in:
Adria Navarro 2025-01-27 13:49:58 +01:00
parent 224e12f7f3
commit 29d9e3d804
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ function getMissingAncestors(screen: Screen) {
result[component._id!] = missingAncestors.map((s: any) => ({ result[component._id!] = missingAncestors.map((s: any) => ({
key: s.key, key: s.key,
message: `${pluralise(component._instanceName)} need to be inside a message: `${pluralise(definition.name)} need to be inside a
<mark>${getAncestorName(s)}</mark>`, <mark>${getAncestorName(s)}</mark>`,
})) }))
} }