Skip to content

Commit

Permalink
fixes with mds
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Aug 30, 2024
1 parent d665270 commit 1868271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/components/PageHeader/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const PageHeader: React.FC<PageHeaderProps> = ({
}) => {
const { HeaderControl } = getNavigationUI();
const { setAppBadgeControls, setAppRightControls, setAppDescriptionControls } = getApplication();

return getUseUpdatedUx() ? (
<>
<HeaderControl setMountPoint={setAppBadgeControls} controls={appBadgeControls} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const DetectorsWidget: React.FC<DetectorsWidgetProps> = ({
);

return (
<WidgetContainer title={`Threat detectors (${detectors.length})`} actions={actions}>
<WidgetContainer title={`Detectors (${detectors.length})`} actions={actions}>
<TableWidget
columns={getColumns(detectorIdToHit, showDetectorDetails)}
items={detectors}
Expand Down

0 comments on commit 1868271

Please sign in to comment.