Skip to content

Commit

Permalink
Update DataSourceMenu to filter out aoss
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jun 21, 2024
1 parent fd6b42c commit d477423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/apps/configuration/top-nav-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const SecurityPluginTopNavMenu = React.memo(
: undefined,
onSelectedDataSources: wrapSetDataSourceWithUpdateUrl,
fullWidth: true,
dataSourceFilter: (ds) => ds.attributes.auth.credentials?.service !== 'aoss'
dataSourceFilter: (ds) => ds.attributes.auth.credentials?.service !== 'aoss',
}}
/>
) : null;
Expand Down

0 comments on commit d477423

Please sign in to comment.