Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Aug 21, 2024
1 parent 745fb5a commit b1a25e8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export const AssetsCatalogTable = ({
setPrefixPath,
groupSelector,
}: AssetCatalogTableProps) => {
console.log({prefixPath, groupSelector});
const setCurrentPage = useSetRecoilState(currentPageAtom);
const {path} = useRouteMatch();
useEffect(() => {
Expand All @@ -205,8 +204,6 @@ export const AssetsCatalogTable = ({

const {assets, query, error} = useAllAssets({groupSelector});

console.log({assets});

const {
filtered: partiallyFiltered,
isFiltered,
Expand Down

0 comments on commit b1a25e8

Please sign in to comment.