0
0
Fork 0

Remove auto-load from SupplierList

This commit is contained in:
William Buezas 2024-02-22 15:39:55 -03:00
parent cda0511247
commit 1546077a92
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const redirectToCreateView = () => {
</QScrollArea>
</QDrawer>
<div class="vn-card-list">
<VnPaginate data-key="SuppliersList" url="Suppliers/filter" auto-load>
<VnPaginate data-key="SuppliersList" url="Suppliers/filter">
<template #body="{ rows }">
<CardList
v-for="row of rows"