Skip to content

Commit d2689c3

Browse files
author
mcmcphillips
committed
Remove not.required
1 parent 4dfee69 commit d2689c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editMeasure/details/TransmissionFormat/TransmissionFormat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const TransmissionFormat = (props: TransmissionFormatProps) => {
8484
initialValues: { ...INITIAL_VALUES },
8585
enableReinitialize: true,
8686
validationSchema: Yup.object().shape({
87-
transmissionFormat: Yup.string().notRequired(),
87+
transmissionFormat: Yup.string(),
8888
}),
8989
onSubmit: async (values) => await handleSubmit(values),
9090
});

0 commit comments

Comments
 (0)