Skip to content

Commit

Permalink
Merge pull request #514 from iftakharul-islam/Frontend-file-download-…
Browse files Browse the repository at this point in the history
…issue-

Frontend file download issue
  • Loading branch information
iftakharul-islam authored Dec 5, 2024
2 parents 7473fc8 + 68d255c commit 263372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/assets/src/components/common/pm-file.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
const headers = {
"Content-Type": "application/json",
"X-WP-Nonce": PM_Global_Vars.permission,
"X-WP-Nonce": PM_Vars.permission,
};
const response = await fetch(permissionUrl, {
Expand Down
2 changes: 1 addition & 1 deletion views/assets/src/components/project-files/files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
try {
const headers = {
"Content-Type": "application/json",
"X-WP-Nonce": PM_Global_Vars.permission,
"X-WP-Nonce": PM_Vars.permission,
};
const response = await fetch(permissionUrl, {
Expand Down

0 comments on commit 263372a

Please sign in to comment.