Skip to content

Commit

Permalink
fix Primary Author column label
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Jul 18, 2023
1 parent 851c86e commit ab512ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
{"expr":"$$.name[0].family","label":"Last Name"},
{"expr":"$$.birthDate","label":"Birth Date"},
{"dataType":"timeAgo","defaultSort":"asc","expr":"$$.extension[?(@.url=='http://isacc.app/time-of-last-unfollowedup-message')].valueDateTime","label":"Time Since Reply","sortBy":"time-of-last-unresponded-message"},
{"expr":"$$.generalPractitioner[0].display","label":"PrimaryAuthor","sortBy":"general-practitioner"}
{"expr":"$$.generalPractitioner[0].display","label":"Primary Author","sortBy":"general-practitioner"}
]
depends_on:
Expand Down

0 comments on commit ab512ae

Please sign in to comment.