mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 01:18:20 +00:00
Worked to hide the recommendation (#6021)
This commit is contained in:
parent
4e5f22cf3d
commit
d1be7d5f35
@ -192,6 +192,7 @@ export const SecretsList = () => {
|
||||
onSearch={() => null}
|
||||
onQueryChange={(q) => setQuery(q)}
|
||||
entityRegistry={entityRegistry}
|
||||
hideRecommendations
|
||||
/>
|
||||
</TabToolbar>
|
||||
<StyledTable
|
||||
|
||||
@ -353,6 +353,7 @@ export const IngestionSourceList = () => {
|
||||
onSearch={() => null}
|
||||
onQueryChange={(q) => setQuery(q)}
|
||||
entityRegistry={entityRegistry}
|
||||
hideRecommendations
|
||||
/>
|
||||
</FilterWrapper>
|
||||
</TabToolbar>
|
||||
|
||||
@ -200,6 +200,7 @@ export const ManageRoles = () => {
|
||||
<SearchBar
|
||||
initialQuery={query || ''}
|
||||
placeholderText="Search roles..."
|
||||
hideRecommendations
|
||||
suggestions={[]}
|
||||
style={{
|
||||
maxWidth: 220,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user