Skip to content

Commit bd98795

Browse files
added determinate variant
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent cb80b9e commit bd98795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/create-component/pages/fromExistingGitRepo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export function FromExistingGitRepo({ setCurrentView }) {
250250
alignItems="center"
251251
>
252252
<Box sx={{ position: 'relative', display: 'inline-flex' }}>
253-
<CircularProgress />
253+
<CircularProgress variant='determinate' value={recommendedDevfile.completionValue}/>
254254
<Box
255255
sx={{
256256
top: 0,

0 commit comments

Comments
 (0)