Skip to content

Commit

Permalink
Update apps/wpcom-block-editor/src/wpcom/features/tracking/wpcom-navi…
Browse files Browse the repository at this point in the history
…gation-menu-search-handler.js

Co-Authored-By: Dave Smith <[email protected]>
  • Loading branch information
retrofox and getdave committed Apr 16, 2020
1 parent 11cc1eb commit 99ac06d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const InserterMenuTrackingEvent = function() {
selectedBlock: select( 'core/block-editor' ).getSelectedBlock(),
} ) );

const plugingVersion = window.wpcomGutenberg ? window.wpcomGutenberg.pluginVersion : null;
const pluginVersion = window.wpcomGutenberg ? window.wpcomGutenberg.pluginVersion : null;

const debouncedSetFilterValue = debounce( ( search_term, has_items ) => {
setSearchTerm( search_term );
Expand Down

0 comments on commit 99ac06d

Please sign in to comment.