[WEB-4192]fix: inactive member is hidden in created by #7435

This commit is contained in:
Vamsi Krishna
2025-07-18 20:08:59 +05:30
committed by GitHub
parent 3ab1f0de84
commit d7d1545801
4 changed files with 8 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ export interface IWorkspaceMember {
joining_date?: string;
display_name?: string;
last_login_medium?: string;
is_active?: boolean;
}
export interface IWorkspaceMemberMe {