Fix userFriendlyMessage not showing for fieldMetadata (#13369)
This commit is contained in:
@ -136,6 +136,9 @@ export class FieldMetadataValidationService {
|
||||
throw new FieldMetadataException(
|
||||
error.message,
|
||||
FieldMetadataExceptionCode.INVALID_FIELD_INPUT,
|
||||
{
|
||||
userFriendlyMessage: error.userFriendlyMessage,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user