fix(nc-gui): Property workspaceRole was accessed during render but is not defined on instance

This commit is contained in:
Ramesh Mane
2024-03-13 21:16:12 +00:00
parent 2de23bde9b
commit e27be408b4
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const workspaceStore = useWorkspace()
const { removeCollaborator, updateCollaborator: _updateCollaborator } = workspaceStore
const { collaborators } = storeToRefs(workspaceStore)
const { collaborators, workspaceRole } = storeToRefs(workspaceStore)
const { sorts, sortDirection, loadSorts, saveOrUpdate, handleGetSortedData } = useUserSorts('Workspace')