Skip to content

Commit

Permalink
Block Directory : Block Inserter Search Infinity Spinner (#68600)
Browse files Browse the repository at this point in the history
Co-authored-by: Vrishabhsk <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent cca8083 commit cd8e655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-directory/src/store/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ export const getDownloadableBlocks =
);

dispatch( receiveDownloadableBlocks( blocks, filterValue ) );
} catch {}
} catch {
dispatch( receiveDownloadableBlocks( [], filterValue ) );
}
};

0 comments on commit cd8e655

Please sign in to comment.