feat: category in settings

This commit is contained in:
Jannat Patel
2024-09-20 22:15:59 +05:30
parent bc4b17cc3d
commit 7c90ca4040
6 changed files with 4647 additions and 2017 deletions

View File

@@ -8,12 +8,12 @@
:items="[{ label: __('Batches'), route: { name: 'Batches' } }]"
/>
<div class="flex space-x-2">
<div class="w-40">
<div class="w-44">
<Select
v-if="categories.data?.length"
v-model="currentCategory"
:options="categories.data"
:placeholder="__('Filter')"
:placeholder="__('Category')"
/>
</div>
<router-link