mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 14:30:52 +01:00
fixed drizzle rust logic
This commit is contained in:
@ -38,6 +38,7 @@ export const useWorkspaceStore = defineStore('workspaceStore', () => {
|
||||
.from(haexWorkspaces)
|
||||
.orderBy(asc(haexWorkspaces.position))
|
||||
|
||||
console.log('loadWorkspacesAsync', items)
|
||||
workspaces.value = items
|
||||
|
||||
// Create default workspace if none exist
|
||||
|
||||
Reference in New Issue
Block a user