Skip to content

Commit

Permalink
Update pattern-list.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Jan 15, 2025
1 parent fa80b90 commit 8f25b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/prebuilt-library/pattern-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ function PatternList({
const data_key = window?.kadence_blocks_params?.proData?.api_key ? kadence_blocks_params.proData.api_key : '';
async function onSelectBlockPattern(pattern) {
setImporting(true);
// eslint-disable-next-line @wordpress/no-unused-vars-before-return
const allContext = getAllContext();
const patternSend = {
id: pattern.id,
Expand Down

0 comments on commit 8f25b41

Please sign in to comment.