#7671 - ItemFixedPrices dense rows #527

Merged
jsegarra merged 47 commits from 7671_dense_itemFixedPrices into dev 2024-09-09 12:33:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c88bf2556 - Show all commits

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)"
/>