From 54b4b1edab1759af0120e5e2d2d4fcaa7fcadc3b Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Thu, 7 Sep 2023 09:16:27 -0700 Subject: [PATCH] Remove spinner --- app/src/components/datasets/FileUploadsCard.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/app/src/components/datasets/FileUploadsCard.tsx b/app/src/components/datasets/FileUploadsCard.tsx index 979ec21..dffe554 100644 --- a/app/src/components/datasets/FileUploadsCard.tsx +++ b/app/src/components/datasets/FileUploadsCard.tsx @@ -1,14 +1,5 @@ import { useState, useEffect } from "react"; -import { - VStack, - HStack, - Button, - Text, - Progress, - IconButton, - Portal, - Spinner, -} from "@chakra-ui/react"; +import { VStack, HStack, Button, Text, Progress, IconButton, Portal } from "@chakra-ui/react"; import { BsX } from "react-icons/bs"; import { type RouterOutputs, api } from "~/utils/api"; @@ -63,7 +54,7 @@ const FileUploadsCard = () => { Uploads