adjustments

This commit is contained in:
Emily
2024-06-03 02:14:57 +02:00
parent 2ff3cd134f
commit 65ecbaa550
7 changed files with 55 additions and 147 deletions

View File

@@ -14,7 +14,7 @@ const columns = [
{ key: 'created_at', label: 'Creation', sortable: true }
]
const sort = ref({
const sort = ref<any>({
column: 'created_at',
direction: 'desc'
})