mirror of
https://github.com/aykhans/slash-e.git
synced 2025-12-04 07:49:49 +00:00
chore: update workspace user pages
This commit is contained in:
@@ -5,6 +5,11 @@ export const unknownWorkspace = {
|
||||
id: UNKNOWN_ID,
|
||||
} as Workspace;
|
||||
|
||||
export const unknownWorkspaceUser = {
|
||||
workspaceId: UNKNOWN_ID,
|
||||
userId: UNKNOWN_ID,
|
||||
} as WorkspaceUser;
|
||||
|
||||
interface State {
|
||||
workspaceList: Workspace[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user