Skip to content

Commit

Permalink
fix: delete default test catalog-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed Jan 22, 2025
1 parent 9bf71cc commit 43f0c02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion apps/catalog-portal/app/actions/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function getAllCatalogs() {
const { serviceCatalogs, publicServiceCatalogs } = await getServiceCatalogs();

const isEmpty =
(!datasetCatalogs?._embedded || datasetCatalogs.length === 0) &&
(!datasetCatalogs?._embedded || datasetCatalogs?._embedded?.catalogs.length === 0) &&
(!dataServiceCatalogs || dataServiceCatalogs.length === 0) &&
(!conceptCatalogs || conceptCatalogs.length === 0) &&
(!recordsOfProcessingActivities || recordsOfProcessingActivities.length === 0) &&
Expand Down
18 changes: 0 additions & 18 deletions apps/catalog-portal/specs/index.spec.tsx

This file was deleted.

0 comments on commit 43f0c02

Please sign in to comment.