Assign product to auction, auction list, creat auction

This commit is contained in:
Adam 2024-11-17 16:50:40 +01:00
parent 5936f1c380
commit dfdccd2551
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public partial class AdminWidgetViewComponent : NopViewComponent
/// A task that represents the asynchronous operation /// A task that represents the asynchronous operation
/// The task result contains the view component result /// The task result contains the view component result
/// </returns> /// </returns>
public async Task<IViewComponentResult> InvokeAsync(string widgetZone, object additionalData = null) public virtual async Task<IViewComponentResult> InvokeAsync(string widgetZone, object additionalData = null)
{ {
//prepare model //prepare model
var models = await _widgetModelFactory.PrepareRenderWidgetModelAsync(widgetZone, additionalData, false); var models = await _widgetModelFactory.PrepareRenderWidgetModelAsync(widgetZone, additionalData, false);