Merge branch 'release/0.0.3'

This commit is contained in:
jwu-fisker
2022-12-14 09:34:04 -08:00
39 changed files with 1289 additions and 420 deletions

View File

@@ -2,7 +2,6 @@ import React, { useEffect, useState } from "react";
const DownloadFileLink = ({ data, filename, mimetype }) => {
const [link, setLink] = useState("");
const releaseLink = () => {
if (link === "") return;
URL.revokeObjectURL(link);