Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 5, 2024
2 parents f8b4155 + adcbeae commit 533be4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/forms/project-upload-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const ProjectUploadForm = ({ onHide, defaultNamespace }: Props) => {
},
);
}}
disabled={!isValid || isUploading || pepSchema === undefined}
disabled={!isValid || isUploading}
type="button"
id="new-project-submit-btn"
className="btn btn-success float-end"
Expand Down

0 comments on commit 533be4c

Please sign in to comment.