diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts index ae7553f0e1..7765df3f9c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts @@ -71,8 +71,7 @@ export class UmbBlockCatalogueModalElement extends UmbModalBaseElement< } #updateFiltered() { - // A minimum of 3 characters is required to start filtering: - if (this._search.length <= 3) { + if (this._search.length === 0) { this._filtered = this._groupedBlocks; } else { const search = this._search.toLowerCase(); @@ -109,7 +108,7 @@ export class UmbBlockCatalogueModalElement extends UmbModalBaseElement< #renderCreateEmpty() { return html` - ${this.data?.blocks && this.data.blocks.length >= 10 + ${this.data?.blocks && this.data.blocks.length > 8 ? html`