Skip to content

Commit 3778b1b

Browse files
author
jwnasambu
committed
display field errors using zod
1 parent 7a1ba4c commit 3778b1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/results/result-form.component.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,7 @@ const ResultForm: React.FC<ResultFormProps> = ({ order, patientUuid }) => {
267267
<InlineNotification
268268
lowContrast
269269
title={t("error", "Error")}
270-
subtitle={
271-
t("pleaseAllRequiredFields", "Please fill all required fields") +
272-
"."
273-
}
270+
subtitle={t("pleaseAllFields", "Please fill all fields") + "."}
274271
onClose={() => setShowErrorNotification(false)}
275272
/>
276273
</Column>

0 commit comments

Comments
 (0)