diff --git a/web/templates/admin_pricing.html b/web/templates/admin_pricing.html index 57b91a3..cc133ac 100644 --- a/web/templates/admin_pricing.html +++ b/web/templates/admin_pricing.html @@ -934,6 +934,8 @@ async function loadPricelists(page = 1) { `; + // Hide pagination when there's an error + document.getElementById('pricelists-pagination').innerHTML = ''; } }