Fix Composing
This commit is contained in:
@@ -15,8 +15,8 @@ const hourrates = ref([])
|
||||
const units = ref([])
|
||||
|
||||
const setup = async () => {
|
||||
hourrates.value = await useSupabaseSelect("hourrates")
|
||||
units.value = (await supabase.from("units").select()).data
|
||||
hourrates.value = await useEntities("hourrates").select()
|
||||
units.value = await useEntities("units").selectSpecial()
|
||||
}
|
||||
|
||||
setup()
|
||||
|
||||
Reference in New Issue
Block a user