update NFS header migration scope
Roll back the TechDocs, catalog graph, and catalog import migrations for now while keeping the shared sub-page routing fix and the page-level header cleanup for search, notifications, and catalog entity pages. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -21,7 +21,6 @@ import {
|
||||
PageWithHeader,
|
||||
ResponseErrorPanel,
|
||||
} from '@backstage/core-components';
|
||||
import { HeaderPage } from '@backstage/ui';
|
||||
import Grid from '@material-ui/core/Grid';
|
||||
import { ConfirmProvider } from 'material-ui-confirm';
|
||||
import { useSignal } from '@backstage/plugin-signals-react';
|
||||
@@ -233,12 +232,7 @@ function NotificationsPageContent(
|
||||
);
|
||||
|
||||
if (headerVariant === 'bui') {
|
||||
return (
|
||||
<>
|
||||
<HeaderPage title={subtitle || title} />
|
||||
{pageContent}
|
||||
</>
|
||||
);
|
||||
return pageContent;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user