React to MVC ViewComponent's Activate changes
This commit is contained in:
parent
54ddefe88c
commit
24be0672fd
|
|
@ -55,7 +55,7 @@ namespace MusicStore.Components
|
||||||
// CartSummaryComponent initialization
|
// CartSummaryComponent initialization
|
||||||
var cartSummaryComponent = new CartSummaryComponent(dbContext)
|
var cartSummaryComponent = new CartSummaryComponent(dbContext)
|
||||||
{
|
{
|
||||||
ViewContext = viewContext,
|
ViewComponentContext = new ViewComponentContext() { ViewContext = viewContext }
|
||||||
};
|
};
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue