Removed Name from documents

Added Customers Reload
This commit is contained in:
2023-12-02 17:33:33 +01:00
parent fb6e8a89c0
commit 68a5775717
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -164,7 +164,6 @@ const {documents} = storeToRefs(useDataStore())
const tabOpen = ref(0)
const uploadModalOpen = ref(false)
const fileUploadFormData = ref({
name: "",
tags: [],
folder: "",
object: "",