Worked to hide the recommendation (#6021)

This commit is contained in:
Ankit keshari 2022-09-22 22:32:51 +05:30 committed by GitHub
parent 4e5f22cf3d
commit d1be7d5f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,7 @@ export const SecretsList = () => {
onSearch={() => null}
onQueryChange={(q) => setQuery(q)}
entityRegistry={entityRegistry}
hideRecommendations
/>
</TabToolbar>
<StyledTable

View File

@ -353,6 +353,7 @@ export const IngestionSourceList = () => {
onSearch={() => null}
onQueryChange={(q) => setQuery(q)}
entityRegistry={entityRegistry}
hideRecommendations
/>
</FilterWrapper>
</TabToolbar>

View File

@ -200,6 +200,7 @@ export const ManageRoles = () => {
<SearchBar
initialQuery={query || ''}
placeholderText="Search roles..."
hideRecommendations
suggestions={[]}
style={{
maxWidth: 220,