Changes
This commit is contained in:
2
app.vue
2
app.vue
@@ -98,7 +98,7 @@ useSeoMeta({
|
|||||||
.scrollList {
|
.scrollList {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 85vh;
|
height: 85vh;
|
||||||
margin-top: 1em;
|
//margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
export const useSupabaseSelect = async (relation,select = '*', sortColumn = null) => {
|
export const useSupabaseSelect = async (relation,select = '*', sortColumn = null, ascending = true) => {
|
||||||
const supabase = useSupabaseClient()
|
const supabase = useSupabaseClient()
|
||||||
const dataStore = useDataStore()
|
const dataStore = useDataStore()
|
||||||
let data = null
|
let data = null
|
||||||
|
|||||||
Reference in New Issue
Block a user