This commit is contained in:
subnub
2025-02-21 14:00:33 -05:00
parent 5acdf7c845
commit 0784aa018e
+1 -1
View File
@@ -72,7 +72,7 @@ export const downloadFileAPI = async (fileID: string) => {
const url = `${getBackendURL()}/file-service/download/${fileID}`;
window.open(url);
window.location.href = url;
// if (!isPwa()) {
// const link = document.createElement("a");