This commit is contained in:
Loretta 2024-06-26 20:45:19 +02:00
parent c9984d4cf5
commit 1f768c4b6e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
[Parameter] public int GetAllTag { get; set; } = SignalRTags.GetProductsByOwnerId;
[Parameter] public GridDetailExpandButtonDisplayMode DetailExpandButtonDisplayMode { get; set; } = GridDetailExpandButtonDisplayMode.Never;
// private ProductDetailGrid _productGrid = null!;
private ProductDetailGrid _productGrid = null!;
private LoggerClient<ProductDetailGridComponent> _logger = null!;
protected override void OnInitialized()
{