Removed Name from documents
Added Customers Reload
This commit is contained in:
@@ -72,6 +72,7 @@ definePageMeta({
|
||||
const supabase = useSupabaseClient()
|
||||
|
||||
const {customers } = storeToRefs(useDataStore())
|
||||
const {fetchCustomers} = useDataStore()
|
||||
|
||||
|
||||
let showCreateCustomer = ref(false)
|
||||
@@ -99,6 +100,7 @@ const createCustomer = async () => {
|
||||
|
||||
customerInfo.value = {}
|
||||
showCreateCustomer.value = false
|
||||
fetchCustomers()
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user