Skip to content

Commit

Permalink
update code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Dec 9, 2022
1 parent f667bac commit 21b6b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_g_ae_sub.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ srv_g_ae_sub <- function(id,
))
iv$add_rule("groups", shinyvalidate::sv_in_set(
names(ANL),
message_fmt = "Groups must be a variable in ANL"
message_fmt = sprintf("Groups must be a variable in %s", dataname)
))
iv$add_rule("groups", shinyvalidate::sv_in_set(
names(ADSL),
Expand Down

0 comments on commit 21b6b43

Please sign in to comment.