some progress

pull/134/head
Alex Kern 12 months ago
parent 8ac4373157
commit bb151ad41a
No known key found for this signature in database
GPG Key ID: EF051FACCACBEE25

@ -20,7 +20,7 @@ interface FileInfo {
type: string type: string
} }
export function ConnectingToUploader({ showTroubleshootingAfter = 3000 }: { showTroubleshootingAfter: number }): JSX.Element { export function ConnectingToUploader({ showTroubleshootingAfter = 3000 }: { showTroubleshootingAfter?: number }): JSX.Element {
const [showTroubleshooting, setShowTroubleshooting] = useState(false) const [showTroubleshooting, setShowTroubleshooting] = useState(false)
useEffect(() => { useEffect(() => {

Loading…
Cancel
Save