Skip to content

Commit

Permalink
LPS-174358 Consume disabled as a prop not as a CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
kresimir-coko committed Mar 10, 2023
1 parent 80aae13 commit 34c8d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ function FilterResume(props) {
<ClayButton
className={classNames(
'filter-resume component-label tbar-label',
props.disabled && 'disabled',
open && 'active'
)}
disabled={props.disabled}
displayType="secondary"
size="sm"
>
Expand Down

0 comments on commit 34c8d33

Please sign in to comment.