Skip to content

Commit

Permalink
🐛 Remove dupe text for upload (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Nov 30, 2023
1 parent 835bf11 commit f620e0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const ImportQuestionnaireForm: React.FC<
<HookFormPFGroupController
control={control}
name="yamlFile"
label={t("terms.uploadYamlFile")}
fieldId="yamlFile"
helperText={t("dialog.message.uploadYamlFile")}
renderInput={({ field: { onChange, name }, fieldState: { error } }) => (
Expand Down

0 comments on commit f620e0a

Please sign in to comment.