Skip to content

Commit

Permalink
fix(error): fix page blanc
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabjil committed Mar 11, 2024
1 parent f5b0570 commit 7edd46a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "edt",
"version": "3.13.5",
"dateVersion": "08/03/2024",
"version": "3.13.8",
"dateVersion": "11/03/2024",
"licence": "MIT",
"dependencies": {
"@emotion/react": "^11.10.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ const LoopSurveyPageStep = (props: LoopSurveyPageStepProps) => {
);
},
labels: getLabels(labelOfPage),
errorIcon: IconError,
errorIcon: (
<IconError aria-label={t("component.activity-selecter.clickable-list-icon-no-result-alt")} />
),
onSelectValue: () => {
validate(idSurvey).then(() => {
skipNextPage(
Expand Down

0 comments on commit 7edd46a

Please sign in to comment.