From 53337bad0623a5f32c87d760bc03efb3cfe4eab6 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:06:15 +0300 Subject: feat/frontend: remove map select from upload run dialog (#239) --- frontend/src/types/Content.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/types/Content.ts') 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 { }; export interface UploadRunContent { - map_id: number; host_demo: File | null; partner_demo: File | null; }; -- cgit v1.2.3