fix
This commit is contained in:
parent
c9984d4cf5
commit
1f768c4b6e
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue