We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ac2de commit 0bcbac0Copy full SHA for 0bcbac0
assets/src/admin/templates/components/TemplateModal.js
@@ -380,7 +380,7 @@ const TemplateModal = () => {
380
template.title.toLowerCase().includes( searchQuery.toLowerCase() ) ||
381
( template.description && template.description.toLowerCase().includes( searchQuery.toLowerCase() ) ),
382
) }
383
- currentPage={ 1 }
+ currentPage={ currentPage }
384
PER_PAGE={ PER_PAGE }
385
selectedTemplates={ selectedTemplates }
386
handleTemplateSelection={ handleTemplateSelection }
0 commit comments