Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Nov 4, 2024
1 parent 31bb031 commit 495f242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dm-manager",
"version": "1.9.6",
"version": "1.9.7",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/processes/Visit.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function ActiveVisitDetailsBlock({data, setData, done, variant, fetchSeminars})
</OverlayTrigger>
<SelectPeopleBlock
people={data.referencePeople || []} setPeople={setReferencePeople}
prefix="process/visits"
prefix={`process/${variant}visits`}
/>
</div>
</InputRow>
Expand Down

0 comments on commit 495f242

Please sign in to comment.