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

Commit

Permalink
add active filter block to the default template
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu committed Nov 30, 2023
1 parent 887086d commit 87f526f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/collection-filters/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import type { EditProps } from './type';
const ATTRIBUTES = getSetting< AttributeSetting[] >( 'attributes', [] );

const template = [
[ 'woocommerce/collection-active-filters', {} ],
[
'core/heading',
{
Expand Down

0 comments on commit 87f526f

Please sign in to comment.