api-docs: bring back page header

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-14 12:29:06 +01:00
parent 5fa6797b95
commit a63eee6a73
4 changed files with 0 additions and 9 deletions
-1
View File
@@ -79,7 +79,6 @@ const apiDocsExplorerPage = PageBlueprint.makeWithOverrides({
loader: () =>
import('./components/ApiExplorerPage').then(m => (
<m.ApiExplorerIndexPage
noHeader
initiallySelectedFilter={config.initiallySelectedFilter}
/>
)),
@@ -65,7 +65,6 @@ export type DefaultApiExplorerPageProps = {
actions?: TableProps<CatalogTableRow>['actions'];
ownerPickerMode?: EntityOwnerPickerProps['mode'];
pagination?: EntityListPagination;
noHeader?: boolean;
};
/**
@@ -97,7 +96,6 @@ export const DefaultApiExplorerPage = (props: DefaultApiExplorerPageProps) => {
title={t('defaultApiExplorerPage.title')}
subtitle={generatedSubtitle}
pageTitleOverride={t('defaultApiExplorerPage.pageTitleOverride')}
noHeader={props.noHeader}
>
<Content>
<ContentHeader title="">