Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix class
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Aug 19, 2022
1 parent 6732bcf commit 14af209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/blocks/attribute-filter/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ const AttributeFilterBlock = ( {
) }
{ blockAttributes.showFilterButton && (
<FilterSubmitButton
className="wc-block-stock-filter__button"
className="wc-block-attribute-filter__button"
disabled={ isLoading || isDisabled }
onClick={ () => onSubmit( checked ) }
/>
Expand Down

0 comments on commit 14af209

Please sign in to comment.