mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5292 - Component updates
This commit is contained in:
parent
6cfa1af9e4
commit
0556fdcf3f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import BaseStyle from 'primevue/base/style';
|
|||
|
||||
const classes = {
|
||||
root: ({ props }) => [
|
||||
'p-selectbutton p-buttonset p-component',
|
||||
'p-selectbutton p-button-group p-component',
|
||||
{
|
||||
'p-disabled': props.disabled,
|
||||
'p-invalid': props.invalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue