Commit 167183d6 authored by narendraR's avatar narendraR Committed by Tim Plunkett
Browse files

Issue #3277224 by narendraR, tim.plunkett: Pagination, then filtering broken -...

Issue #3277224 by narendraR, tim.plunkett: Pagination, then filtering broken - doesn't reset to page 1
parent b1854938
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@

    async function onSelectCategory(event) {
        category = event.detail.category.join();
        await load(page);
        await load(0);
        page = 0;
    }
    async function onSort(event) {