Skip to content

Commit

Permalink
Fixed translation handling for workers list
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Nov 13, 2024
1 parent 43b9c9e commit 44b2062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkerSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function WorkerSearcher({

showError(
formatMessageWithValues('deleteWorker.error', {
detail: parsedMutationError[0]?.detail || EMPTY_STRING,
detail: formatMessage(parsedMutationError[0]?.detail) || EMPTY_STRING,
}),
);
return;
Expand Down

0 comments on commit 44b2062

Please sign in to comment.