chore(root): rename organizationSlug to organizationId (#91)

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-20 14:04:55 +01:00
committed by GitHub
parent 0221948aab
commit cd16ac878d
52 changed files with 176 additions and 360 deletions

View File

@@ -13,7 +13,6 @@ import { OverviewReportRange } from './overview-sticky-header';
interface PageProps {
params: {
organizationSlug: string;
projectId: string;
};
}