Skip to content

Commit 1798828

Browse files
committed
Modify timeout delay
1 parent 3cb8c08 commit 1798828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/src/modal/activecampaign-forms-modal.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default class ActiveCampaignFormsModalElement
9393
this.#filterTimeout = setTimeout(async () => {
9494
this._currentPageNumber = 1;
9595
await this.#loadForms(this._currentPageNumber, this._searchQuery);
96-
}, 2000);
96+
}, 500);
9797
}
9898

9999
async #onPageChange(event: UUIPaginationEvent) {

0 commit comments

Comments
 (0)