Skip to content

Commit 6df3bd3

Browse files
committed
Refactor primefaces#1484
1 parent f2ed3cb commit 6df3bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picklist/PickListSubList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class PickListSubList extends Component {
143143
let listClassName = classNames('p-picklist-list', this.props.listClassName);
144144

145145
if(this.props.header) {
146-
header = <div className="p-picklist-caption">{this.props.header}</div>
146+
header = <div className="p-picklist-header">{this.props.header}</div>
147147
}
148148

149149
if(this.props.list) {

0 commit comments

Comments
 (0)