Skip to content

Commit

Permalink
Fix patterns insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 18, 2020
1 parent f2a9344 commit 6c929a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function QuickInserter( {
blockTypeCollections,
onSelectBlockType,
] = useBlockTypesState( destinationRootClientId, onInsertBlocks );
const [ patterns, onSelectBlockPattern ] = usePatternsState(
const [ patterns, , onSelectBlockPattern ] = usePatternsState(
onInsertBlocks
);
const showPatterns =
Expand Down

0 comments on commit 6c929a5

Please sign in to comment.