Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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' },

0 comments on commit b17494d

Please sign in to comment.