fix: update collaborator state issue

This commit is contained in:
Ramesh Mane
2024-01-02 08:15:24 +00:00
parent e81cb2faea
commit ee4a354551
2 changed files with 12 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import {
parseStringDateTime,
timeAgo,
} from 'nocodb-sdk'
import type { WorkspaceUserRoles } from 'nocodb-sdk'
import type { Roles, WorkspaceUserRoles } from 'nocodb-sdk'
import InfiniteLoading from 'v3-infinite-loading'
import { isEeUI, storeToRefs, useUserSorts } from '#imports'