Merge branch 'master' into frontend-performance-improvements

This commit is contained in:
Darko Gjorgjijoski
2025-05-05 02:24:27 +02:00
committed by GitHub
257 changed files with 30966 additions and 11128 deletions

View File

@@ -357,7 +357,7 @@
"
@click="openCustomerModal"
>
<BaseIcon name="UserAddIcon" class="text-primary-400" />
<BaseIcon name="UserPlusIcon" class="text-primary-400" />
<label
class="
@@ -492,6 +492,7 @@ async function searchCustomer() {
page: 1,
}
customerStore.$reset()
await customerStore.fetchCustomers(data)
isSearchingCustomer.value = false
}