Skip to content

Commit

Permalink
Merge pull request #99 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
pull[bot] authored Feb 13, 2025
2 parents 14820a4 + 71b8858 commit a9ece2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tenant/standards/bpa-report/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Page = () => {
const [layoutMode, setLayoutMode] = useState("Table");
const bpaTemplateList = ApiGetCall({
url: "/api/listBPATemplates",
queryKey: "ListBPATemplates",
queryKey: "ListBPATemplates-All",
});
const tenantFilter = useSettings().currentTenant;
const bpaData = ApiGetCall({
Expand Down

0 comments on commit a9ece2f

Please sign in to comment.