Skip to content

Commit

Permalink
[FIX]Using XLSX Action should be taken instead of replacing whole the…
Browse files Browse the repository at this point in the history
… context
  • Loading branch information
DucTruongKomit committed Oct 3, 2024
1 parent b69c1d7 commit 6ebff58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ registry
url: "/report/download",
data: {
data: JSON.stringify([url, action.report_type]),
context: JSON.stringify(env.services.user.context),
context: JSON.stringify(actionContext),
},
});
} finally {
Expand Down

0 comments on commit 6ebff58

Please sign in to comment.