We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a29bad commit cb80b9eCopy full SHA for cb80b9e
src/webview/create-component/pages/fromExistingGitRepo.tsx
@@ -89,7 +89,6 @@ export function FromExistingGitRepo({ setCurrentView }) {
89
}));
90
setRecommendedDevfile((prevState) => ({
91
...prevState,
92
- completionValue: 100,
93
showRecommendation: true,
94
95
setRecommendedDevfile((prevState) => ({ ...prevState, isLoading: false }));
0 commit comments