0
0
Fork 0

feat: only filter by isDestiny

This commit is contained in:
Javier Segarra 2024-07-04 17:32:11 +02:00
parent b781940c77
commit 1c88bf2556
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<template>
<FetchData
url="Warehouses"
:filter="{ order: ['name'] }"
:filter="{ where: { isDestiny: true }, order: ['name'] }"
auto-load
@on-fetch="(data) => onWarehousesFetched(data)"
/>