Remove console log (#3872)
This commit is contained in:
parent
f71e0b762c
commit
74e5e07466
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ export const ProductList: React.FC<ProductListProps> = ({ params }) => {
|
||||||
ProductListUrlDialog,
|
ProductListUrlDialog,
|
||||||
ProductListUrlQueryParams
|
ProductListUrlQueryParams
|
||||||
>(navigate, productListUrl, params);
|
>(navigate, productListUrl, params);
|
||||||
console.log(params);
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
clearRowSelection,
|
clearRowSelection,
|
||||||
|
|
Loading…
Reference in a new issue