Skip to content

Commit

Permalink
Update default patient name
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Feb 3, 2025
1 parent c17b750 commit 3c43891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/app/AddFile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
let shcsToAdd: SHCFile[] = [];
let singleIPS = true;
let patientName = "My";
let patientName = "";
let patient: Patient | undefined;
let label = 'Health Summary ' + new Date().toISOString().slice(0, 10);
Expand Down

0 comments on commit 3c43891

Please sign in to comment.