Refactored ProgressBar

This commit is contained in:
Cagatay Civici 2024-04-08 14:22:03 +03:00
parent 8ad4d107a5
commit f7515c85db
2 changed files with 2 additions and 5 deletions

View file

@ -9,7 +9,7 @@ const classes = {
}
],
container: 'p-progressbar-indeterminate-container',
value: 'p-progressbar-value p-progressbar-value-animate',
value: 'p-progressbar-value',
label: 'p-progressbar-label'
};