Fix customer dropdown (#307)

This commit is contained in:
mchev
2025-02-05 11:04:17 +01:00
committed by GitHub
parent 3e52b84fa8
commit 6a0d3a3bcc

View File

@@ -487,6 +487,7 @@ async function searchCustomer() {
page: 1,
}
customerStore.$reset()
await customerStore.fetchCustomers(data)
isSearchingCustomer.value = false
}