Refactor - Misc section

This commit is contained in:
tugcekucukoglu 2024-04-30 09:54:48 +03:00
parent ab677831bd
commit 1b88a2f7d1
13 changed files with 47 additions and 39 deletions

View file

@ -8,7 +8,7 @@ const classes = {
'p-progressbar-indeterminate': instance.indeterminate
}
],
container: 'p-progressbar-indeterminate-container',
indeterminateContainer: 'p-progressbar-indeterminate-container',
value: 'p-progressbar-value',
label: 'p-progressbar-label'
};