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

Commit

Permalink
Fixed preview part for stock and attribute filters
Browse files Browse the repository at this point in the history
  • Loading branch information
grogou committed Jul 15, 2021
1 parent ef89751 commit 136c32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/js/blocks/attribute-filter/preview.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal dependencies
* External dependencies
*/
import Label from './label';
import Label from '@woocommerce/base-components/filter-element-label';

export const previewOptions = [
{
Expand Down
4 changes: 2 additions & 2 deletions assets/js/blocks/stock-filter/preview.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal dependencies
* External dependencies
*/
import Label from './label';
import Label from '@woocommerce/base-components/filter-element-label';

export const previewOptions = [
{
Expand Down

0 comments on commit 136c32d

Please sign in to comment.