Skip to content

Commit

Permalink
PATCH: fix xlsx download extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Pollo-droid committed Sep 1, 2023
1 parent b0a7b7a commit 735ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function createService(apiClient, { fetchUsers }) {
undefined,
topics.map((t) => t.guid).join(",")
);
downloadBlobAs(`${project.name}.bcf`, response);
downloadBlobAs(`${project.name}.xlsx`, response);
};

// --- BCF Topic Viewpoints API ---
Expand Down

0 comments on commit 735ea25

Please sign in to comment.