[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:
parent
aade07b37a
commit
f27c25821c
7 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue