[WEB-1959]: Fix/member page revamp (#5163)

* fix: css issue + no pending issues handled

* fix: type issues

* fix: css changes
This commit is contained in:
Akshita Goyal 2024-07-18 20:50:25 +05:30 committed by GitHub
parent aade07b37a
commit f27c25821c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@ import { AccountTypeColumn, NameColumn } from "@/components/project/settings/mem
import { EUserWorkspaceRoles } from "@/constants/workspace";
import { useUser } from "@/hooks/store";
interface RowData {
export interface RowData {
member: IWorkspaceMember;
role: EUserWorkspaceRoles;
}