refs #6434 perf: remove replace function
gitea/salix-front/pipeline/head There was a failure building this commit
Details
gitea/salix-front/pipeline/head There was a failure building this commit
Details
Será efectivo el cambio cuando se modifique en salix-back
This commit is contained in:
parent
ca314c65d8
commit
897d410ee6
|
@ -54,7 +54,7 @@ const onResponseError = (error) => {
|
|||
break;
|
||||
|
||||
default:
|
||||
message = `errors.${dataError?.message.replace(/\.*$/, '')}`;
|
||||
message = `errors.${dataError?.message}`;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue