mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-17 03:48:15 +00:00
update text for stale bannerand code clean up in power usr lookup
This commit is contained in:
parent
39d0e9eb5b
commit
e3d60276c5
@ -64,7 +64,7 @@ export default class PowerUserLookup extends UserLookup {
|
||||
focusOut() {
|
||||
setProperties(this, {
|
||||
suggestedText: '',
|
||||
showPlaceholder: get(this, 'selectedEntity') ? false : true
|
||||
showPlaceholder: !get(this, 'selectedEntity')
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
The WhereHows search index is currently out of date.<br>
|
||||
Please see
|
||||
{{!-- TODO: Make into a config link to remove internal values from open source --}}
|
||||
<a
|
||||
href="https://iwww.corp.linkedin.com/wiki/cf/display/ENGS/Metadata+Annotation+FAQs#MetadataAnnotationFAQs-stale-index"
|
||||
href="http://go/metadata/faq#MetadataAnnotationFAQs-stale-index"
|
||||
target="_blank"
|
||||
class="banner-alert__content__link">
|
||||
https://iwww.corp.linkedin.com/wiki/cf/display/ENGS/Metadata+Annotation+FAQs#MetadataAnnotationFAQs-stale-index
|
||||
go/metadata/faq#MetadataAnnotationFAQs-stale-index
|
||||
</a>
|
||||
for more details and workarounds.
|
||||
|
Loading…
x
Reference in New Issue
Block a user