Closed MarkPflug closed 1 year ago
The build currently presents a warning due to an obsoleted overload on this line: column.Item().Text(Address.Email);
column.Item().Text(Address.Email);
This is due to the type of Email property being "object" instead of "string". There didn't appear to be any reason for the Email member to be object.
Thank you for noticing this issue 😀
The build currently presents a warning due to an obsoleted overload on this line:
column.Item().Text(Address.Email);
This is due to the type of Email property being "object" instead of "string". There didn't appear to be any reason for the Email member to be object.