aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/types
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-16 21:13:54 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-16 21:13:54 +0300
commit92447e02e5fc3977c9cfbca7a8de4132cbb4f13b (patch)
tree43a0ecda9c2eaeaf5af39df97ab4ad5083459c2b /frontend/src/types
parentrefactor: upload run dialog (diff)
downloadlphub-92447e02e5fc3977c9cfbca7a8de4132cbb4f13b.tar.gz
lphub-92447e02e5fc3977c9cfbca7a8de4132cbb4f13b.tar.bz2
lphub-92447e02e5fc3977c9cfbca7a8de4132cbb4f13b.zip
refactor: upload run logic improvement
Diffstat (limited to 'frontend/src/types')
-rw-r--r--frontend/src/types/Content.tsx1
1 files changed, 0 insertions, 1 deletions
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 {
22 host_demo: File | null; 22 host_demo: File | null;
23 partner_demo: File | null; 23 partner_demo: File | null;
24 partner_id?: string; 24 partner_id?: string;
25 is_partner_orange?: boolean;
26}; 25};