Skip to content

Commit b325b0b

Browse files
committed
removed unused archives
1 parent 959338a commit b325b0b

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

app/views/CreateDiscussionView/SelectUsers.tsx

Lines changed: 0 additions & 81 deletions
This file was deleted.

app/views/CreateDiscussionView/interfaces.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,3 @@ export interface ICreateDiscussionViewSelectChannel {
4444
serverVersion: string;
4545
required?: boolean;
4646
}
47-
48-
export interface ICreateDiscussionViewSelectUsers {
49-
server: string;
50-
token: string;
51-
userId: string;
52-
selected: any[];
53-
onUserSelect: ({ value }: { value: string[] }) => void;
54-
blockUnauthenticatedAccess: boolean;
55-
serverVersion: string;
56-
}

0 commit comments

Comments
 (0)