You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, when filtering data, if an error occurs, the error message is displayed but isn't linked to a specific field.
Task requirements:
Update the validation error response by linking the error message to the specific field. For example: message: { field: 'fieldName', text: 'text' }
Current error response:
The text was updated successfully, but these errors were encountered:
Description:
Currently, when filtering data, if an error occurs, the error message is displayed but isn't linked to a specific field.
Task requirements:
Update the validation error response by linking the error message to the specific field. For example:
message: { field: 'fieldName', text: 'text' }
Current error response:
The text was updated successfully, but these errors were encountered: