Refactor #5292 - Component updates

This commit is contained in:
tugcekucukoglu 2024-02-16 14:07:34 +03:00
parent 6cfa1af9e4
commit 0556fdcf3f
2 changed files with 2 additions and 2 deletions

View file

@ -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