diff --git a/R/group_tabularray.R b/R/group_tabularray.R index 26507c8a..db568387 100644 --- a/R/group_tabularray.R +++ b/R/group_tabularray.R @@ -59,7 +59,6 @@ group_tabularray_col <- function(x, j, ...) { out <- do.call(style_tt, args) } - attr(out, "tinytable_meta") <- m return(out) }