Skip to content

Commit

Permalink
🐛 String value breaking schema validation for repo type (konveyor#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Sep 29, 2023
1 parent 8130ba2 commit bc0fe72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const AnalysisWizard: React.FC<IAnalysisWizard> = ({
hasExcludedPackages: false,
associatedCredentials: "",
rulesKind: "manual",
repositoryType: "",
repositoryType: undefined,
sourceRepository: "",
branch: "",
rootPath: "",
Expand Down

0 comments on commit bc0fe72

Please sign in to comment.