diff --git a/packages/block-editor/src/components/link-control/index.js b/packages/block-editor/src/components/link-control/index.js index 9dba8d36721f12..222602dc8b945a 100644 --- a/packages/block-editor/src/components/link-control/index.js +++ b/packages/block-editor/src/components/link-control/index.js @@ -109,6 +109,7 @@ function LinkControl( { createSuggestion, withCreateSuggestion, inputValue: propInputValue = '', + suggestionsQuery = {}, } ) { if ( withCreateSuggestion === undefined && createSuggestion ) { withCreateSuggestion = true; @@ -209,6 +210,7 @@ function LinkControl( { showInitialSuggestions={ showInitialSuggestions } allowDirectEntry={ ! noDirectEntry } showSuggestions={ showSuggestions } + suggestionsQuery={ suggestionsQuery } >