Removed Bugs

This commit is contained in:
2023-11-28 08:13:21 +01:00
parent 7cc942b42f
commit ff966418b2
9 changed files with 106 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ const supabase = useSupabaseClient()
//const {find,create} = useStrapi4()
//const customers = (await find('customers',{populate: "*"})).data
const customers = (await supabase.from("customers").select()).data
const customers = (await supabase.from("customers").select().order('customerNumber', {ascending: true})).data