diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-11-21 20:06:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 20:06:15 +0300 |
| commit | 53337bad0623a5f32c87d760bc03efb3cfe4eab6 (patch) | |
| tree | 7a542d6ba9c453c8df60ef1d05781cf1ac75b6a0 /frontend/src/types/Content.ts | |
| parent | feat/backend: gdrive to backblaze migration, improve create record (#237) (diff) | |
| download | lphub-53337bad0623a5f32c87d760bc03efb3cfe4eab6.tar.gz lphub-53337bad0623a5f32c87d760bc03efb3cfe4eab6.tar.bz2 lphub-53337bad0623a5f32c87d760bc03efb3cfe4eab6.zip | |
feat/frontend: remove map select from upload run dialog (#239)
Diffstat (limited to 'frontend/src/types/Content.ts')
| -rw-r--r-- | frontend/src/types/Content.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/types/Content.ts b/frontend/src/types/Content.ts index 42a6917..775fab4 100644 --- a/frontend/src/types/Content.ts +++ b/frontend/src/types/Content.ts | |||
| @@ -18,7 +18,6 @@ export interface MapDiscussionCommentContent { | |||
| 18 | }; | 18 | }; |
| 19 | 19 | ||
| 20 | export interface UploadRunContent { | 20 | export interface UploadRunContent { |
| 21 | map_id: number; | ||
| 22 | host_demo: File | null; | 21 | host_demo: File | null; |
| 23 | partner_demo: File | null; | 22 | partner_demo: File | null; |
| 24 | }; | 23 | }; |