From f008a492a39e5424e64c3b4596eaef108a4d211b Mon Sep 17 00:00:00 2001 From: dicedtomato <35403473+diced@users.noreply.github.com> Date: Sun, 7 Feb 2021 09:59:48 -0800 Subject: [PATCH] add video to upload --- src/pages/dash/upload.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/dash/upload.tsx b/src/pages/dash/upload.tsx index c5e23ae0..8cae1735 100644 --- a/src/pages/dash/upload.tsx +++ b/src/pages/dash/upload.tsx @@ -92,7 +92,7 @@ export default function Upload() { setFiles(f)} filesLimit={1} @@ -106,4 +106,4 @@ export default function Upload() { ); } return ; -} \ No newline at end of file +}