Change error message

This commit is contained in:
Adria Navarro 2025-01-21 15:19:45 +01:00
parent 42e86554c8
commit ec93037241
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function getInvalidDatasources(
const friendlyTypeName = const friendlyTypeName =
friendlyNameByType[type as keyof typeof friendlyNameByType] friendlyNameByType[type as keyof typeof friendlyNameByType]
result[component._id!] = [ result[component._id!] = [
`The ${friendlyTypeName} named "${label}" was removed`, `The ${friendlyTypeName} named "${label}" does not exist`,
] ]
} }
} }