Skip to content

Commit

Permalink
Enabling previews for Navigation Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hotelling committed Nov 12, 2021
1 parent 63bb694 commit 22afda0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-navigation/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
import { dispatch, useDispatch } from '@wordpress/data';
import { render, useMemo } from '@wordpress/element';
import {
__experimentalFetchUrlData,
__experimentalFetchLinkSuggestions as fetchLinkSuggestions,
store as coreStore,
} from '@wordpress/core-data';
Expand Down Expand Up @@ -42,6 +43,7 @@ function NavEditor( { settings } ) {
...settings,
__experimentalFetchLinkSuggestions,
__experimentalSetIsInserterOpened,
__experimentalFetchRichUrlData: __experimentalFetchUrlData,
};
}, [
settings,
Expand Down

0 comments on commit 22afda0

Please sign in to comment.