Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Apr 26, 2021
1 parent 8252e09 commit 7c93ccd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ exports[`ProductList should render the product list 1`] = `
},
SortOnlyFilter {
"Component": [Function],
"argName": "date_modified",
"argName": "updated_at",
"castValue": [Function],
"isSearchEnabled": false,
"isSortEnabled": true,
"removeSearchHeader": undefined,
"sortColumnName": "date_modified",
"sortColumnName": "updated_at",
"title": "Modified (D/M/Y)",
},
NumberFilter {
Expand Down

0 comments on commit 7c93ccd

Please sign in to comment.