Skip to content

Commit

Permalink
Colocate related props
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 24, 2024
1 parent 7aeda31 commit ba8eaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/format-library/src/link/inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ function InlineLinkUI( {
shift
>
<LinkControl
showInitialSuggestions={ true }
value={ linkValue }
onChange={ onChangeLink }
onRemove={ removeLink }
Expand All @@ -271,6 +270,7 @@ function InlineLinkUI( {
createSuggestionButtonText={ createButtonText }
hasTextControl
settings={ LINK_SETTINGS }
showInitialSuggestions={ true }
suggestionsQuery={ {
// always show Pages as initial suggestions
initialSuggestionsSearchOptions: {
Expand Down

0 comments on commit ba8eaa3

Please sign in to comment.