mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
Remove nullable warning.
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
bool allowOverlap = false;
|
||||
int step = 1;
|
||||
DataLabelDisplay display = DataLabelDisplay.All;
|
||||
string? format;
|
||||
string format;
|
||||
|
||||
class DataItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user