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>
|
||||
|
||||
@@ -164,7 +164,6 @@ const {documents} = storeToRefs(useDataStore())
|
||||
const tabOpen = ref(0)
|
||||
const uploadModalOpen = ref(false)
|
||||
const fileUploadFormData = ref({
|
||||
name: "",
|
||||
tags: [],
|
||||
folder: "",
|
||||
object: "",
|
||||
|
||||
Reference in New Issue
Block a user