Skip to content

Commit

Permalink
Adds more links to the Kibana issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Jul 13, 2021
1 parent c1b34c7 commit 274f6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface AutocompleteFieldMatchProps {
/**
* There is a copy of this within:
* x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx
* TODO: This should be its own package and not copied
* TODO: This should be in its own packaged and not copied, https://github.com/elastic/kibana/issues/105378
*/
export const AutocompleteFieldMatchComponent: React.FC<AutocompleteFieldMatchProps> = ({
placeholder,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface AutocompleteFieldMatchProps {
/**
* There is a copy of this within:
* x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx
* TODO: This should be its own package and not copied
* TODO: This should be in its own packaged and not copied, https://github.com/elastic/kibana/issues/105378
*/
export const AutocompleteFieldMatchComponent: React.FC<AutocompleteFieldMatchProps> = ({
placeholder,
Expand Down

0 comments on commit 274f6be

Please sign in to comment.