Skip to content

Commit

Permalink
fix(admin-ui): Add product variant name filter in product variant list (
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiban authored Jul 13, 2023
1 parent 77f0f48 commit b17494d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ export class ProductVariantListComponent
readonly filters = this.createFilterCollection()
.addDateFilters()
.addFilters([
{
name: 'name',
type: { kind: 'text' },
label: _('common.name'),
filterField: 'name',
},
{
name: 'id',
type: { kind: 'text' },
Expand Down

0 comments on commit b17494d

Please sign in to comment.