Skip to content

Commit

Permalink
temp: rebrand to patient id
Browse files Browse the repository at this point in the history
Signed-off-by: kiranpranay <[email protected]>
  • Loading branch information
KiranPranay committed Apr 11, 2023
1 parent 7aa53bc commit acfa78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ window.addEventListener("load", () => {
nextCheckupDate,
extraNote
).then((r) => {
const confirmtxt = "Data added successfully with id: " + recordId;
const confirmtxt =
"Data added successfully with patient id: " + recordId;
document.getElementById("confirmtxt").innerHTML = confirmtxt;
});
});
Expand Down

0 comments on commit acfa78b

Please sign in to comment.