We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb80b9e commit bd98795Copy full SHA for bd98795
src/webview/create-component/pages/fromExistingGitRepo.tsx
@@ -250,7 +250,7 @@ export function FromExistingGitRepo({ setCurrentView }) {
250
alignItems="center"
251
>
252
<Box sx={{ position: 'relative', display: 'inline-flex' }}>
253
- <CircularProgress />
+ <CircularProgress variant='determinate' value={recommendedDevfile.completionValue}/>
254
<Box
255
sx={{
256
top: 0,
0 commit comments