mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5266
This commit is contained in:
parent
2f353f2c19
commit
15c7860624
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ const classes = {
|
|||
'p-stepper-header',
|
||||
{
|
||||
'p-highlight': instance.isStepActive(index),
|
||||
'p-disabled': instance.isItemDisabled(step, index)
|
||||
'p-disabled': instance.isItemDisabled(index)
|
||||
}
|
||||
],
|
||||
action: 'p-stepper-action',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue