From 92447e02e5fc3977c9cfbca7a8de4132cbb4f13b Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:13:54 +0300 Subject: refactor: upload run logic improvement --- frontend/src/types/Content.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/types') diff --git a/frontend/src/types/Content.tsx b/frontend/src/types/Content.tsx index 5733f1f..e6e0cb1 100644 --- a/frontend/src/types/Content.tsx +++ b/frontend/src/types/Content.tsx @@ -22,5 +22,4 @@ export interface UploadRunContent { host_demo: File | null; partner_demo: File | null; partner_id?: string; - is_partner_orange?: boolean; }; -- cgit v1.2.3